Html Css Color HEX #AF08DB Dark Violet

📋 copy color: '#AF08DB'

red 175 ◦ green 8 ◦ blue 219

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

Shades of Dark Violet #AF08DB

Tints of Dark Violet #AF08DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.48%

R = 43.53%
G = 1.99%
B = 54.48%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF08DB (or 0xAF08DB) is known color: Dark Violet. HEX triplet: AF, 08 and DB. RGB value is (175,8,219). Sum of RGB (Red+Green+Blue) = 175+8+219=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 8 (3.52% from 255 or 1.99% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF08DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF08DB is #50F724. Grayscale: #515151. Windows color (decimal): -5306149 or 14354607. OLE color: 14354607.

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

Color convert

RGB 175 8 219 -
CMYK 0.20 0.96 0 0.14
HSL 287.49º 0.93% 0.45% -
HSV(B) 287.49º 0.96% 0.86% -
XYZ 30.55 14.4 68.19 -
YUV 81.99 205.33 194.34 -
System Red Green Blue C M Y K H S L
Decimal 175 8 219 0.20 0.96 0 0.14 287.49 0.93 0.45
Hex AF 8 DB 14 60 0 E 11F 5D 2D
Octal 257 10 333 24 140 0 16 437 135 55
Binary 10101111 1000 11011011 10100 1100000 0 1110 100011111 1011101 101101

Color Harmonies of #AF08DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF08DB

Black with #AF08DB

Text Example


Text Example

White with #AF08DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF08DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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