Html Css Color HEX #AF12CE Dark Violet

📋 copy color: '#AF12CE'

red 175 ◦ green 18 ◦ blue 206

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

Shades of Dark Violet #AF12CE

Tints of Dark Violet #AF12CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.63%

R = 43.86%
G = 4.51%
B = 51.63%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF12CE (or 0xAF12CE) is known color: Dark Violet. HEX triplet: AF, 12 and CE. RGB value is (175,18,206). Sum of RGB (Red+Green+Blue) = 175+18+206=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 18 (7.42% from 255 or 4.51% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF12CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF12CE is #50ED31. Grayscale: #555555. Windows color (decimal): -5303602 or 13505199. OLE color: 13505199.

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

Color convert

RGB 175 18 206 -
CMYK 0.15 0.91 0 0.19
HSL 290.11º 0.84% 0.44% -
HSV(B) 290.11º 0.91% 0.81% -
XYZ 29.04 14 59.56 -
YUV 86.38 195.51 191.21 -
System Red Green Blue C M Y K H S L
Decimal 175 18 206 0.15 0.91 0 0.19 290.11 0.84 0.44
Hex AF 12 CE F 5B 0 13 122 54 2C
Octal 257 22 316 17 133 0 23 442 124 54
Binary 10101111 10010 11001110 1111 1011011 0 10011 100100010 1010100 101100

Color Harmonies of #AF12CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF12CE

Black with #AF12CE

Text Example


Text Example

White with #AF12CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF12CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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