Html Css Color HEX #AD15D8 Dark Violet

📋 copy color: '#AD15D8'

red 173 ◦ green 21 ◦ blue 216

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

Shades of Dark Violet #AD15D8

Tints of Dark Violet #AD15D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 52.68%

R = 42.2%
G = 5.12%
B = 52.68%

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

#AD15D8 (or 0xAD15D8) is known color: Dark Violet. HEX triplet: AD, 15 and D8. RGB value is (173,21,216). Sum of RGB (Red+Green+Blue) = 173+21+216=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 21 (8.59% from 255 or 5.12% from 410); Blue value is 216 (84.77% from 255 or 52.68% from 410); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD15D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD15D8 is #52EA27. Grayscale: #585858. Windows color (decimal): -5433896 or 14161325. OLE color: 14161325.

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

Color convert

RGB 173 21 216 -
CMYK 0.20 0.90 0 0.15
HSL 286.77º 0.82% 0.46% -
HSV(B) 286.77º 0.9% 0.85% -
XYZ 29.9 14.38 66.17 -
YUV 88.68 199.86 188.14 -
System Red Green Blue C M Y K H S L
Decimal 173 21 216 0.20 0.90 0 0.15 286.77 0.82 0.46
Hex AD 15 D8 14 5A 0 F 11F 52 2E
Octal 255 25 330 24 132 0 17 437 122 56
Binary 10101101 10101 11011000 10100 1011010 0 1111 100011111 1010010 101110

Color Harmonies of #AD15D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD15D8

Black with #AD15D8

Text Example


Text Example

White with #AD15D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD15D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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