Html Css Color HEX #AF01DB Dark Violet

📋 copy color: '#AF01DB'

red 175 ◦ green 1 ◦ blue 219

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

Shades of Dark Violet #AF01DB

Tints of Dark Violet #AF01DB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 44.3%
G = 0.25%
B = 55.44%

CMYK

 C value IS 0.20

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF01DB (or 0xAF01DB) is known color: Dark Violet. HEX triplet: AF, 01 and DB. RGB value is (175,1,219). Sum of RGB (Red+Green+Blue) = 175+1+219=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 1 (0.78% from 255 or 0.25% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF01DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF01DB is #50FE24. Grayscale: #4D4D4D. Windows color (decimal): -5307941 or 14352815. OLE color: 14352815.

HSL color Cylindrical-coordinate representation of color #AF01DB: hue angle of 287.89º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF01DB is Cyan = 0.20, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 1 219 -
CMYK 0.20 1.00 0 0.14
HSL 287.89º 0.99% 0.43% -
HSV(B) 287.89º 1% 0.86% -
XYZ 30.48 14.25 68.16 -
YUV 77.88 207.65 197.27 -
System Red Green Blue C M Y K H S L
Decimal 175 1 219 0.20 1.00 0 0.14 287.89 0.99 0.43
Hex AF 1 DB 14 64 0 E 120 63 2B
Octal 257 1 333 24 144 0 16 440 143 53
Binary 10101111 1 11011011 10100 1100100 0 1110 100100000 1100011 101011

Color Harmonies of #AF01DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF01DB

Black with #AF01DB

Text Example


Text Example

White with #AF01DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF01DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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