Html Css Color HEX #AF04DB Dark Violet

📋 copy color: '#AF04DB'

red 175 ◦ green 4 ◦ blue 219

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

Shades of Dark Violet #AF04DB

Tints of Dark Violet #AF04DB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.01%

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

R = 43.97%
G = 1.01%
B = 55.03%

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

#AF04DB (or 0xAF04DB) is known color: Dark Violet. HEX triplet: AF, 04 and DB. RGB value is (175,4,219). Sum of RGB (Red+Green+Blue) = 175+4+219=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 4 (1.95% from 255 or 1.01% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF04DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF04DB is #50FB24. Grayscale: #4E4E4E. Windows color (decimal): -5307173 or 14353583. OLE color: 14353583.

HSL color Cylindrical-coordinate representation of color #AF04DB: hue angle of 287.72º 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 #AF04DB is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 4 219 -
CMYK 0.20 0.98 0 0.14
HSL 287.72º 0.96% 0.44% -
HSV(B) 287.72º 0.98% 0.86% -
XYZ 30.51 14.32 68.17 -
YUV 79.64 206.65 196.02 -
System Red Green Blue C M Y K H S L
Decimal 175 4 219 0.20 0.98 0 0.14 287.72 0.96 0.44
Hex AF 4 DB 14 62 0 E 120 60 2C
Octal 257 4 333 24 142 0 16 440 140 54
Binary 10101111 100 11011011 10100 1100010 0 1110 100100000 1100000 101100

Color Harmonies of #AF04DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF04DB

Black with #AF04DB

Text Example


Text Example

White with #AF04DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF04DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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