Html Css Color HEX #AD0BDB Dark Violet

📋 copy color: '#AD0BDB'

red 173 ◦ green 11 ◦ blue 219

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

Shades of Dark Violet #AD0BDB

Tints of Dark Violet #AD0BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.73%

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

R = 42.93%
G = 2.73%
B = 54.34%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD0BDB (or 0xAD0BDB) is known color: Dark Violet. HEX triplet: AD, 0B and DB. RGB value is (173,11,219). Sum of RGB (Red+Green+Blue) = 173+11+219=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 11 (4.69% from 255 or 2.73% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD0BDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0BDB is #52F424. Grayscale: #525252. Windows color (decimal): -5436453 or 14355373. OLE color: 14355373.

HSL color Cylindrical-coordinate representation of color #AD0BDB: hue angle of 286.73º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0BDB is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 11 219 -
CMYK 0.21 0.95 0 0.14
HSL 286.73º 0.9% 0.45% -
HSV(B) 286.73º 0.95% 0.86% -
XYZ 30.14 14.24 68.18 -
YUV 83.15 204.67 192.09 -
System Red Green Blue C M Y K H S L
Decimal 173 11 219 0.21 0.95 0 0.14 286.73 0.9 0.45
Hex AD B DB 15 5F 0 E 11F 5A 2D
Octal 255 13 333 25 137 0 16 437 132 55
Binary 10101101 1011 11011011 10101 1011111 0 1110 100011111 1011010 101101

Color Harmonies of #AD0BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0BDB

Black with #AD0BDB

Text Example


Text Example

White with #AD0BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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