Html Css Color HEX #AD15D0 Dark Violet

📋 copy color: '#AD15D0'

red 173 ◦ green 21 ◦ blue 208

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

Shades of Dark Violet #AD15D0

Tints of Dark Violet #AD15D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 51.74%

R = 43.03%
G = 5.22%
B = 51.74%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD15D0 (or 0xAD15D0) is known color: Dark Violet. HEX triplet: AD, 15 and D0. RGB value is (173,21,208). Sum of RGB (Red+Green+Blue) = 173+21+208=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 21 (8.59% from 255 or 5.22% from 402); Blue value is 208 (81.64% from 255 or 51.74% from 402); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD15D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD15D0 is #52EA2F. Grayscale: #575757. Windows color (decimal): -5433904 or 13637037. OLE color: 13637037.

HSL color Cylindrical-coordinate representation of color #AD15D0: hue angle of 288.77º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD15D0 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 21 208 -
CMYK 0.17 0.90 0 0.18
HSL 288.77º 0.82% 0.45% -
HSV(B) 288.77º 0.9% 0.82% -
XYZ 28.89 13.97 60.85 -
YUV 87.77 195.86 188.79 -
System Red Green Blue C M Y K H S L
Decimal 173 21 208 0.17 0.90 0 0.18 288.77 0.82 0.45
Hex AD 15 D0 11 5A 0 12 121 52 2D
Octal 255 25 320 21 132 0 22 441 122 55
Binary 10101101 10101 11010000 10001 1011010 0 10010 100100001 1010010 101101

Color Harmonies of #AD15D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD15D0

Black with #AD15D0

Text Example


Text Example

White with #AD15D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD15D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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