Html Css Color HEX #AD15D5 Dark Violet

📋 copy color: '#AD15D5'

red 173 ◦ green 21 ◦ blue 213

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

Shades of Dark Violet #AD15D5

Tints of Dark Violet #AD15D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 52.33%

R = 42.51%
G = 5.16%
B = 52.33%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD15D5 (or 0xAD15D5) is known color: Dark Violet. HEX triplet: AD, 15 and D5. RGB value is (173,21,213). Sum of RGB (Red+Green+Blue) = 173+21+213=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 21 (8.59% from 255 or 5.16% from 407); Blue value is 213 (83.59% from 255 or 52.33% from 407); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD15D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD15D5 is #52EA2A. Grayscale: #575757. Windows color (decimal): -5433899 or 13964717. OLE color: 13964717.

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

Color convert

RGB 173 21 213 -
CMYK 0.19 0.90 0 0.16
HSL 287.5º 0.82% 0.46% -
HSV(B) 287.5º 0.9% 0.84% -
XYZ 29.51 14.22 64.14 -
YUV 88.34 198.36 188.39 -
System Red Green Blue C M Y K H S L
Decimal 173 21 213 0.19 0.90 0 0.16 287.5 0.82 0.46
Hex AD 15 D5 13 5A 0 10 120 52 2E
Octal 255 25 325 23 132 0 20 440 122 56
Binary 10101101 10101 11010101 10011 1011010 0 10000 100100000 1010010 101110

Color Harmonies of #AD15D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD15D5

Black with #AD15D5

Text Example


Text Example

White with #AD15D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD15D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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