Html Css Color HEX #AF08CB Dark Violet

📋 copy color: '#AF08CB'

red 175 ◦ green 8 ◦ blue 203

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

Shades of Dark Violet #AF08CB

Tints of Dark Violet #AF08CB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.07%

 BLUE value IS 203 (79.69% from 255) = 52.59%

R = 45.34%
G = 2.07%
B = 52.59%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF08CB (or 0xAF08CB) is known color: Dark Violet. HEX triplet: AF, 08 and CB. RGB value is (175,8,203). Sum of RGB (Red+Green+Blue) = 175+8+203=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 8 (3.52% from 255 or 2.07% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF08CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF08CB is #50F734. Grayscale: #4F4F4F. Windows color (decimal): -5306165 or 13306031. OLE color: 13306031.

HSL color Cylindrical-coordinate representation of color #AF08CB: hue angle of 291.38º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF08CB is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 8 203 -
CMYK 0.14 0.96 0 0.20
HSL 291.38º 0.92% 0.41% -
HSV(B) 291.38º 0.96% 0.8% -
XYZ 28.55 13.6 57.62 -
YUV 80.16 197.33 195.64 -
System Red Green Blue C M Y K H S L
Decimal 175 8 203 0.14 0.96 0 0.20 291.38 0.92 0.41
Hex AF 8 CB E 60 0 14 123 5C 29
Octal 257 10 313 16 140 0 24 443 134 51
Binary 10101111 1000 11001011 1110 1100000 0 10100 100100011 1011100 101001

Color Harmonies of #AF08CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF08CB

Black with #AF08CB

Text Example


Text Example

White with #AF08CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF08CB; }

 p { color: rgb(175,8,203); }

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

background-color css

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

 a { background-color: rgb(175,8,203); }

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

border-color css

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

 span { border-color: rgb(175,8,203); }

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