COLOR #AF3DCA

HEX: #AF3DCA
RGB: (175,61,202)

Color info

#AF3DCA contains mainly red and blue colors. Web safe color of #AF3DCA is #9933CC (or #93C).

RGB color model

#AF3DCA color RGB value is (175,61,202).

  • red value is 175;
  • green value is 61;
  • blue value is 202.
RGB:
(175,61,202)
(69%,24%,79%)

RGB channels and saturation

R 175 of 255 = 69%
G 61 of 255 = 24%
B 202 of 255 = 79%

175
61
202

R + G + B ~ 57%. #AF3DCA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
175 + 61 + 202 = 438 (100%)
R 175 of 438 ~ 39.95%
G 61 of 438 ~ 13.93%
B 202 of 438 ~ 46.12%

%39.95
%13.93
%46.12

CMYK color model

#AF3DCA color CMYK value is (13,70,0,21).

  • cyan value is 13.37%
  • magenta value is 69.80%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(13,70,0,21)
C13M70Y0K21 
(13%,70%,0%,21%)
(0.13/0.70/0.00/0.21)	

CMYK percentages

%13.37
%69.8
%0
%20.78

Codes

Color #AF3DCA in popluar color models

AF3DCA
RGB17561202
HSL289°57.09%51.57%
HSB/HSV289°69.80%79.22%
CMYK13.37%69.80%0.00%
20.78%

Color #AF3DCA in popluar number systems.

HEXAF3DCA
Decimal17561202
Binary1010111111110111001010
Octal25775312

Shades and tints

Shades of #AF3DCA

#AF3DCA
(175,61,202)
#A038B8
(160,56,184)
#9133A6
(145,51,166)
#822E94
(130,46,148)
#732982
(115,41,130)
#642470
(100,36,112)
#551F5E
(85,31,94)
#461A4C
(70,26,76)
#37153A
(55,21,58)
#281028
(40,16,40)
#190B16
(25,11,22)
#000000
(0,0,0)

Tints of #AF3DCA

#AF3DCA
(175,61,202)
#B64ECE
(182,78,206)
#BD5FD2
(189,95,210)
#C470D6
(196,112,214)
#CB81DA
(203,129,218)
#D292DE
(210,146,222)
#D9A3E2
(217,163,226)
#E0B4E6
(224,180,230)
#E7C5EA
(231,197,234)
#EED6EE
(238,214,238)
#F5E7F2
(245,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF3DCA color. Also use rgb(175,61,202) instead hex code.

Text Font Color

.myTextColor { color: #AF3DCA; }

<p style="color:#AF3DCA">This sample text font color is #AF3DCA.</p>

This text font color is #AF3DCA.


Background Color

.myBgColor { background-color: #AF3DCA; }

<div style="background-color:#AF3DCA">Inner text</div>

This div background color is #AF3DCA.


Border color

.myBorderColor { border: 1px solid #AF3DCA; }

<div style="border:3px solid #AF3DCA">Div</div>

This div border color is #AF3DCA.


Opacity

.myOpacity80 { color: #AF3DCA; opacity: 0.8; }

<p style="color:#AF3DCA;opacity:0.8;">80%</p>

Text with #AF3DCA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AF3DCA;}

<p style="text-shadow: 3px 3px 1px #AF3DCA">Text here.</p>

This text has shadow with #AF3DCA color.

.textShadow {text-shadow: 3px 3px 1px #AF3DCA, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AF3DCA, 5px 5px 20px red">Text here.</p>

This text has shadow with #AF3DCA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AF3DCA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AF3DCA, Direction=45, Strength=4)">Text</p>

This text has shadow with #AF3DCA and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AF3DCA;
  -webkit-box-shadow:	1px 1px 3px 2px #AF3DCA;
  box-shadow:		1px 1px 3px 2px #AF3DCA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AF3DCA;
-webkit-box-shadow: 1px 1px 3px 2px #AF3DCA;
box-shadow:1px 1px 3px 2px #AF3DCA;">
Div content here</div>
This div box has shadow with color #AF3DCA.

Preview

Color preview on black background

This text has color #AF3DCA on black background.


Color preview on white background

This text has color #AF3DCA on white background.



Black color preview on #AF3DCA background

This text has black color on #AF3DCA background.


White color preview on #AF3DCA background

This text has white color on #AF3DCA background.