Html Css Color HEX #AD15D9 Dark Violet

📋 copy color: '#AD15D9'

red 173 ◦ green 21 ◦ blue 217

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

Shades of Dark Violet #AD15D9

Tints of Dark Violet #AD15D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 52.8%

R = 42.09%
G = 5.11%
B = 52.8%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD15D9 (or 0xAD15D9) is known color: Dark Violet. HEX triplet: AD, 15 and D9. RGB value is (173,21,217). Sum of RGB (Red+Green+Blue) = 173+21+217=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 21 (8.59% from 255 or 5.11% from 411); Blue value is 217 (85.16% from 255 or 52.80% from 411); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD15D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD15D9 is #52EA26. Grayscale: #585858. Windows color (decimal): -5433895 or 14226861. OLE color: 14226861.

HSL color Cylindrical-coordinate representation of color #AD15D9: hue angle of 286.53º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD15D9 is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 21 217 -
CMYK 0.20 0.90 0 0.15
HSL 286.53º 0.82% 0.47% -
HSV(B) 286.53º 0.9% 0.85% -
XYZ 30.03 14.43 66.85 -
YUV 88.79 200.36 188.06 -
System Red Green Blue C M Y K H S L
Decimal 173 21 217 0.20 0.90 0 0.15 286.53 0.82 0.47
Hex AD 15 D9 14 5A 0 F 11F 52 2F
Octal 255 25 331 24 132 0 17 437 122 57
Binary 10101101 10101 11011001 10100 1011010 0 1111 100011111 1010010 101111

Color Harmonies of #AD15D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD15D9

Black with #AD15D9

Text Example


Text Example

White with #AD15D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD15D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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