Html Css Color HEX #AF09CE Dark Violet

📋 copy color: '#AF09CE'

red 175 ◦ green 9 ◦ blue 206

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

Shades of Dark Violet #AF09CE

Tints of Dark Violet #AF09CE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.31%

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

R = 44.87%
G = 2.31%
B = 52.82%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF09CE (or 0xAF09CE) is known color: Dark Violet. HEX triplet: AF, 09 and CE. RGB value is (175,9,206). Sum of RGB (Red+Green+Blue) = 175+9+206=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 9 (3.91% from 255 or 2.31% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF09CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF09CE is #50F631. Grayscale: #505050. Windows color (decimal): -5305906 or 13502895. OLE color: 13502895.

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

Color convert

RGB 175 9 206 -
CMYK 0.15 0.96 0 0.19
HSL 290.56º 0.92% 0.42% -
HSV(B) 290.56º 0.96% 0.81% -
XYZ 28.92 13.77 59.53 -
YUV 81.09 198.5 194.98 -
System Red Green Blue C M Y K H S L
Decimal 175 9 206 0.15 0.96 0 0.19 290.56 0.92 0.42
Hex AF 9 CE F 60 0 13 123 5C 2A
Octal 257 11 316 17 140 0 23 443 134 52
Binary 10101111 1001 11001110 1111 1100000 0 10011 100100011 1011100 101010

Color Harmonies of #AF09CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF09CE

Black with #AF09CE

Text Example


Text Example

White with #AF09CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF09CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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