Html Css Color HEX #AD0DDB Dark Violet

📋 copy color: '#AD0DDB'

red 173 ◦ green 13 ◦ blue 219

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

Shades of Dark Violet #AD0DDB

Tints of Dark Violet #AD0DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.21%

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

R = 42.72%
G = 3.21%
B = 54.07%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD0DDB (or 0xAD0DDB) is known color: Dark Violet. HEX triplet: AD, 0D and DB. RGB value is (173,13,219). Sum of RGB (Red+Green+Blue) = 173+13+219=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 13 (5.47% from 255 or 3.21% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD0DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0DDB is #52F224. Grayscale: #535353. Windows color (decimal): -5435941 or 14355885. OLE color: 14355885.

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

Color convert

RGB 173 13 219 -
CMYK 0.21 0.94 0 0.14
HSL 286.6º 0.89% 0.45% -
HSV(B) 286.6º 0.94% 0.86% -
XYZ 30.16 14.29 68.19 -
YUV 84.32 204.01 191.25 -
System Red Green Blue C M Y K H S L
Decimal 173 13 219 0.21 0.94 0 0.14 286.6 0.89 0.45
Hex AD D DB 15 5E 0 E 11F 59 2D
Octal 255 15 333 25 136 0 16 437 131 55
Binary 10101101 1101 11011011 10101 1011110 0 1110 100011111 1011001 101101

Color Harmonies of #AD0DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0DDB

Black with #AD0DDB

Text Example


Text Example

White with #AD0DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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