Html Css Color HEX #AF01CE Dark Violet

📋 copy color: '#AF01CE'

red 175 ◦ green 1 ◦ blue 206

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

Shades of Dark Violet #AF01CE

Tints of Dark Violet #AF01CE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 45.81%
G = 0.26%
B = 53.93%

CMYK

 C value IS 0.15

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF01CE (or 0xAF01CE) is known color: Dark Violet. HEX triplet: AF, 01 and CE. RGB value is (175,1,206). Sum of RGB (Red+Green+Blue) = 175+1+206=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 1 (0.78% from 255 or 0.26% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF01CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF01CE is #50FE31. Grayscale: #4B4B4B. Windows color (decimal): -5307954 or 13500847. OLE color: 13500847.

HSL color Cylindrical-coordinate representation of color #AF01CE: hue angle of 290.93º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF01CE is Cyan = 0.15, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 1 206 -
CMYK 0.15 1.00 0 0.19
HSL 290.93º 0.99% 0.41% -
HSV(B) 290.93º 1% 0.81% -
XYZ 28.83 13.59 59.5 -
YUV 76.4 201.15 198.33 -
System Red Green Blue C M Y K H S L
Decimal 175 1 206 0.15 1.00 0 0.19 290.93 0.99 0.41
Hex AF 1 CE F 64 0 13 123 63 29
Octal 257 1 316 17 144 0 23 443 143 51
Binary 10101111 1 11001110 1111 1100100 0 10011 100100011 1100011 101001

Color Harmonies of #AF01CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF01CE

Black with #AF01CE

Text Example


Text Example

White with #AF01CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF01CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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