Html Css Color HEX #AF05DB Dark Violet

📋 copy color: '#AF05DB'

red 175 ◦ green 5 ◦ blue 219

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

Shades of Dark Violet #AF05DB

Tints of Dark Violet #AF05DB

RGB

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

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

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

R = 43.86%
G = 1.25%
B = 54.89%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF05DB (or 0xAF05DB) is known color: Dark Violet. HEX triplet: AF, 05 and DB. RGB value is (175,5,219). Sum of RGB (Red+Green+Blue) = 175+5+219=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 5 (2.34% from 255 or 1.25% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF05DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF05DB is #50FA24. Grayscale: #4F4F4F. Windows color (decimal): -5306917 or 14353839. OLE color: 14353839.

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

Color convert

RGB 175 5 219 -
CMYK 0.20 0.98 0 0.14
HSL 287.66º 0.96% 0.44% -
HSV(B) 287.66º 0.98% 0.86% -
XYZ 30.52 14.34 68.18 -
YUV 80.23 206.32 195.6 -
System Red Green Blue C M Y K H S L
Decimal 175 5 219 0.20 0.98 0 0.14 287.66 0.96 0.44
Hex AF 5 DB 14 62 0 E 120 60 2C
Octal 257 5 333 24 142 0 16 440 140 54
Binary 10101111 101 11011011 10100 1100010 0 1110 100100000 1100000 101100

Color Harmonies of #AF05DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF05DB

Black with #AF05DB

Text Example


Text Example

White with #AF05DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF05DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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