Html Css Color HEX #AF05CE Dark Violet

📋 copy color: '#AF05CE'

red 175 ◦ green 5 ◦ blue 206

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

Shades of Dark Violet #AF05CE

Tints of Dark Violet #AF05CE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.3%

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

R = 45.34%
G = 1.3%
B = 53.37%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF05CE (or 0xAF05CE) is known color: Dark Violet. HEX triplet: AF, 05 and CE. RGB value is (175,5,206). Sum of RGB (Red+Green+Blue) = 175+5+206=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 5 (2.34% from 255 or 1.30% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF05CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF05CE is #50FA31. Grayscale: #4E4E4E. Windows color (decimal): -5306930 or 13501871. OLE color: 13501871.

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

Color convert

RGB 175 5 206 -
CMYK 0.15 0.98 0 0.19
HSL 290.75º 0.95% 0.41% -
HSV(B) 290.75º 0.98% 0.81% -
XYZ 28.87 13.68 59.51 -
YUV 78.74 199.82 196.66 -
System Red Green Blue C M Y K H S L
Decimal 175 5 206 0.15 0.98 0 0.19 290.75 0.95 0.41
Hex AF 5 CE F 62 0 13 123 5F 29
Octal 257 5 316 17 142 0 23 443 137 51
Binary 10101111 101 11001110 1111 1100010 0 10011 100100011 1011111 101001

Color Harmonies of #AF05CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF05CE

Black with #AF05CE

Text Example


Text Example

White with #AF05CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF05CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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