Html Css Color HEX #AD15DE Dark Violet

📋 copy color: '#AD15DE'

red 173 ◦ green 21 ◦ blue 222

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

Shades of Dark Violet #AD15DE

Tints of Dark Violet #AD15DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.37%

R = 41.59%
G = 5.05%
B = 53.37%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD15DE (or 0xAD15DE) is known color: Dark Violet. HEX triplet: AD, 15 and DE. RGB value is (173,21,222). Sum of RGB (Red+Green+Blue) = 173+21+222=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 21 (8.59% from 255 or 5.05% from 416); Blue value is 222 (87.11% from 255 or 53.37% from 416); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD15DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD15DE is #52EA21. Grayscale: #585858. Windows color (decimal): -5433890 or 14554541. OLE color: 14554541.

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

Color convert

RGB 173 21 222 -
CMYK 0.22 0.91 0 0.13
HSL 285.37º 0.83% 0.48% -
HSV(B) 285.37º 0.91% 0.87% -
XYZ 30.69 14.69 70.33 -
YUV 89.36 202.86 187.66 -
System Red Green Blue C M Y K H S L
Decimal 173 21 222 0.22 0.91 0 0.13 285.37 0.83 0.48
Hex AD 15 DE 16 5B 0 D 11D 53 30
Octal 255 25 336 26 133 0 15 435 123 60
Binary 10101101 10101 11011110 10110 1011011 0 1101 100011101 1010011 110000

Color Harmonies of #AD15DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD15DE

Black with #AD15DE

Text Example


Text Example

White with #AD15DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD15DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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