Html Css Color HEX #AD18DB Dark Violet

📋 copy color: '#AD18DB'

red 173 ◦ green 24 ◦ blue 219

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

Shades of Dark Violet #AD18DB

Tints of Dark Violet #AD18DB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.77%

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

R = 41.59%
G = 5.77%
B = 52.64%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD18DB (or 0xAD18DB) is known color: Dark Violet. HEX triplet: AD, 18 and DB. RGB value is (173,24,219). Sum of RGB (Red+Green+Blue) = 173+24+219=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 24 (9.77% from 255 or 5.77% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD18DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD18DB is #52E724. Grayscale: #5A5A5A. Windows color (decimal): -5433125 or 14358701. OLE color: 14358701.

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

Color convert

RGB 173 24 219 -
CMYK 0.21 0.89 0 0.14
HSL 285.85º 0.8% 0.48% -
HSV(B) 285.85º 0.89% 0.86% -
XYZ 30.35 14.65 68.25 -
YUV 90.78 200.36 186.64 -
System Red Green Blue C M Y K H S L
Decimal 173 24 219 0.21 0.89 0 0.14 285.85 0.8 0.48
Hex AD 18 DB 15 59 0 E 11E 50 30
Octal 255 30 333 25 131 0 16 436 120 60
Binary 10101101 11000 11011011 10101 1011001 0 1110 100011110 1010000 110000

Color Harmonies of #AD18DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD18DB

Black with #AD18DB

Text Example


Text Example

White with #AD18DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD18DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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