Html Css Color HEX #AD13DB Dark Violet

📋 copy color: '#AD13DB'

red 173 ◦ green 19 ◦ blue 219

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

Shades of Dark Violet #AD13DB

Tints of Dark Violet #AD13DB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.62%

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

R = 42.09%
G = 4.62%
B = 53.28%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD13DB (or 0xAD13DB) is known color: Dark Violet. HEX triplet: AD, 13 and DB. RGB value is (173,19,219). Sum of RGB (Red+Green+Blue) = 173+19+219=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 19 (7.81% from 255 or 4.62% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD13DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD13DB is #52EC24. Grayscale: #575757. Windows color (decimal): -5434405 or 14357421. OLE color: 14357421.

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

Color convert

RGB 173 19 219 -
CMYK 0.21 0.91 0 0.14
HSL 286.2º 0.84% 0.47% -
HSV(B) 286.2º 0.91% 0.86% -
XYZ 30.25 14.46 68.22 -
YUV 87.85 202.02 188.74 -
System Red Green Blue C M Y K H S L
Decimal 173 19 219 0.21 0.91 0 0.14 286.2 0.84 0.47
Hex AD 13 DB 15 5B 0 E 11E 54 2F
Octal 255 23 333 25 133 0 16 436 124 57
Binary 10101101 10011 11011011 10101 1011011 0 1110 100011110 1010100 101111

Color Harmonies of #AD13DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD13DB

Black with #AD13DB

Text Example


Text Example

White with #AD13DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD13DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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