Html Css Color HEX #AD14DB Dark Violet

📋 copy color: '#AD14DB'

red 173 ◦ green 20 ◦ blue 219

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

Shades of Dark Violet #AD14DB

Tints of Dark Violet #AD14DB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.85%

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

R = 41.99%
G = 4.85%
B = 53.16%

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

#AD14DB (or 0xAD14DB) is known color: Dark Violet. HEX triplet: AD, 14 and DB. RGB value is (173,20,219). Sum of RGB (Red+Green+Blue) = 173+20+219=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 20 (8.20% from 255 or 4.85% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD14DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD14DB is #52EB24. Grayscale: #575757. Windows color (decimal): -5434149 or 14357677. OLE color: 14357677.

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

Color convert

RGB 173 20 219 -
CMYK 0.21 0.91 0 0.14
HSL 286.13º 0.83% 0.47% -
HSV(B) 286.13º 0.91% 0.86% -
XYZ 30.27 14.5 68.22 -
YUV 88.43 201.69 188.32 -
System Red Green Blue C M Y K H S L
Decimal 173 20 219 0.21 0.91 0 0.14 286.13 0.83 0.47
Hex AD 14 DB 15 5B 0 E 11E 53 2F
Octal 255 24 333 25 133 0 16 436 123 57
Binary 10101101 10100 11011011 10101 1011011 0 1110 100011110 1010011 101111

Color Harmonies of #AD14DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD14DB

Black with #AD14DB

Text Example


Text Example

White with #AD14DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD14DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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