Html Css Color HEX #AF12CC Dark Violet

📋 copy color: '#AF12CC'

red 175 ◦ green 18 ◦ blue 204

#AF12CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #AF12CC

Tints of Dark Violet #AF12CC

RGB

 RED value IS 175 (68.75% from 255) = 44.08%

 GREEN value IS 18 (7.42% from 255) = 4.53%

 BLUE value IS 204 (80.08% from 255) = 51.39%

R = 44.08%
G = 4.53%
B = 51.39%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF12CC (or 0xAF12CC) is known color: Dark Violet. HEX triplet: AF, 12 and CC. RGB value is (175,18,204). Sum of RGB (Red+Green+Blue) = 175+18+204=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF12CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF12CC is #50ED33. Grayscale: #555555. Windows color (decimal): -5303604 or 13374127. OLE color: 13374127.

HSL color Cylindrical-coordinate representation of color #AF12CC: hue angle of 290.65º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF12CC is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 18 204 -
CMYK 0.14 0.91 0 0.2
HSL 290.65º 0.84% 0.44% -
HSV(B) 290.65º 0.91% 0.8% -
XYZ 28.79 13.91 58.29 -
YUV 86.15 194.51 191.38 -
System Red Green Blue C M Y K H S L
Decimal 175 18 204 0.14 0.91 0 0.2 290.65 0.84 0.44
Hex AF 12 CC E 5B 0 14 123 54 2C
Octal 257 22 314 16 133 0 24 443 124 54
Binary 10101111 10010 11001100 1110 1011011 0 10100 100100011 1010100 101100

Color Harmonies of #AF12CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF12CC

Black with #AF12CC

Text Example


Text Example

White with #AF12CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF12CC; }

 p { color: rgb(175,18,204); }

 H1.HeaderClassName
 {
   color: #AF12CC;
 }
 .AnyTagClassName
 {
   color: #AF12CC;
 }
</style>

background-color css

<style>
 a { background-color: #AF12CC; }

 a { background-color: rgb(175,18,204); }

 div.DivClassName
 {
   background-color: #AF12CC;
 }
 .BgClassName
 {
   background-color: #AF12CC;
 }
</style>

border-color css

<style>
 span { border-color: #AF12CC; }

 span { border-color: rgb(175,18,204); }

 td.TdClassName
 {
   border-color: #AF12CC;
 }
 .TagClassName
 {
   border-color: #AF12CC;
 }
</style>