Html Css Color HEX #AF00DB Dark Violet

📋 copy color: '#AF00DB'

red 175 ◦ green 0 ◦ blue 219

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

Shades of Dark Violet #AF00DB

Tints of Dark Violet #AF00DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.42%
G = 0%
B = 55.58%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF00DB (or 0xAF00DB) is known color: Dark Violet. HEX triplet: AF, 00 and DB. RGB value is (175,0,219). Sum of RGB (Red+Green+Blue) = 175+0+219=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 0 (0.39% from 255 or 0% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF00DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF00DB is #50FF24. Grayscale: #4C4C4C. Windows color (decimal): -5308197 or 14352559. OLE color: 14352559.

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

Color convert

RGB 175 0 219 -
CMYK 0.20 1 0 0.14
HSL 287.95º 1% 0.43% -
HSV(B) 287.95º 1% 0.86% -
XYZ 30.47 14.23 68.16 -
YUV 77.29 207.98 197.69 -
System Red Green Blue C M Y K H S L
Decimal 175 0 219 0.20 1 0 0.14 287.95 1 0.43
Hex AF 0 DB 14 64 0 E 120 64 2B
Octal 257 0 333 24 144 0 16 440 144 53
Binary 10101111 0 11011011 10100 1100100 0 1110 100100000 1100100 101011

Color Harmonies of #AF00DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF00DB

Black with #AF00DB

Text Example


Text Example

White with #AF00DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF00DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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