Html Css Color HEX #AD12DB Dark Violet

📋 copy color: '#AD12DB'

red 173 ◦ green 18 ◦ blue 219

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

Shades of Dark Violet #AD12DB

Tints of Dark Violet #AD12DB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.39%

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

R = 42.2%
G = 4.39%
B = 53.41%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD12DB (or 0xAD12DB) is known color: Dark Violet. HEX triplet: AD, 12 and DB. RGB value is (173,18,219). Sum of RGB (Red+Green+Blue) = 173+18+219=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 18 (7.42% from 255 or 4.39% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD12DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD12DB is #52ED24. Grayscale: #565656. Windows color (decimal): -5434661 or 14357165. OLE color: 14357165.

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

Color convert

RGB 173 18 219 -
CMYK 0.21 0.92 0 0.14
HSL 286.27º 0.85% 0.46% -
HSV(B) 286.27º 0.92% 0.86% -
XYZ 30.24 14.43 68.21 -
YUV 87.26 202.35 189.16 -
System Red Green Blue C M Y K H S L
Decimal 173 18 219 0.21 0.92 0 0.14 286.27 0.85 0.46
Hex AD 12 DB 15 5C 0 E 11E 55 2E
Octal 255 22 333 25 134 0 16 436 125 56
Binary 10101101 10010 11011011 10101 1011100 0 1110 100011110 1010101 101110

Color Harmonies of #AD12DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD12DB

Black with #AD12DB

Text Example


Text Example

White with #AD12DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD12DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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