Html Css Color HEX #AD00DB Dark Violet

📋 copy color: '#AD00DB'

red 173 ◦ green 0 ◦ blue 219

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

Shades of Dark Violet #AD00DB

Tints of Dark Violet #AD00DB

RGB

 RED value IS 173 (67.97% from 255) = 44.13%

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

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

R = 44.13%
G = 0%
B = 55.87%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD00DB (or 0xAD00DB) is known color: Dark Violet. HEX triplet: AD, 00 and DB. RGB value is (173,0,219). Sum of RGB (Red+Green+Blue) = 173+0+219=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 0 (0.39% from 255 or 0% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD00DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD00DB is #52FF24. Grayscale: #4B4B4B. Windows color (decimal): -5439269 or 14352557. OLE color: 14352557.

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

Color convert

RGB 173 0 219 -
CMYK 0.21 1 0 0.14
HSL 287.4º 1% 0.43% -
HSV(B) 287.4º 1% 0.86% -
XYZ 30.02 14 68.14 -
YUV 76.69 208.31 196.69 -
System Red Green Blue C M Y K H S L
Decimal 173 0 219 0.21 1 0 0.14 287.4 1 0.43
Hex AD 0 DB 15 64 0 E 11F 64 2B
Octal 255 0 333 25 144 0 16 437 144 53
Binary 10101101 0 11011011 10101 1100100 0 1110 100011111 1100100 101011

Color Harmonies of #AD00DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD00DB

Black with #AD00DB

Text Example


Text Example

White with #AD00DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD00DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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