Html Css Color HEX #AD15DD Dark Violet

📋 copy color: '#AD15DD'

red 173 ◦ green 21 ◦ blue 221

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

Shades of Dark Violet #AD15DD

Tints of Dark Violet #AD15DD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.06%

 BLUE value IS 221 (86.72% from 255) = 53.25%

R = 41.69%
G = 5.06%
B = 53.25%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD15DD (or 0xAD15DD) is known color: Dark Violet. HEX triplet: AD, 15 and DD. RGB value is (173,21,221). Sum of RGB (Red+Green+Blue) = 173+21+221=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 21 (8.59% from 255 or 5.06% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD15DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD15DD is #52EA22. Grayscale: #585858. Windows color (decimal): -5433891 or 14489005. OLE color: 14489005.

HSL color Cylindrical-coordinate representation of color #AD15DD: hue angle of 285.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD15DD is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 21 221 -
CMYK 0.22 0.90 0 0.13
HSL 285.6º 0.83% 0.47% -
HSV(B) 285.6º 0.9% 0.87% -
XYZ 30.55 14.64 69.62 -
YUV 89.25 202.36 187.74 -
System Red Green Blue C M Y K H S L
Decimal 173 21 221 0.22 0.90 0 0.13 285.6 0.83 0.47
Hex AD 15 DD 16 5A 0 D 11E 53 2F
Octal 255 25 335 26 132 0 15 436 123 57
Binary 10101101 10101 11011101 10110 1011010 0 1101 100011110 1010011 101111

Color Harmonies of #AD15DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD15DD

Black with #AD15DD

Text Example


Text Example

White with #AD15DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD15DD; }

 p { color: rgb(173,21,221); }

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

background-color css

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

 a { background-color: rgb(173,21,221); }

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

border-color css

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

 span { border-color: rgb(173,21,221); }

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