#AD0EBD

Color #AD0EBD Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #AD0EBD

Tints of Deep Magenta #AD0EBD

Color information

#AD0EBD (or 0xAD0EBD) is unknown color: approx Deep Magenta. HEX triplet: AD, 0E and BD. RGB value is (173,14,189). Sum of RGB (Red+Green+Blue) = 173+14+189=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 14 (5.86% from 255 or 3.72% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD0EBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0EBD is #52F142. Grayscale: #505050. Windows color (decimal): -5435715 or 12390061. OLE color: 12390061.

HSL color Cylindrical-coordinate representation of color #AD0EBD: hue angle of 294.51º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0EBD is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17314189-
CMYK0.080.9300.26
HSL294.51º86.21%39.8%-
HSV(B)294.51º92.59%74.12%-
XYZ26.5812.8749.23-
YUV81.49188.68193.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.01%
GREEN value IS 14 (5.86% from 255) = 3.72%
BLUE value IS 189 (74.22% from 255) = 50.27%
R=46.01%
G=3.72%
B=50.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal173141890.080.9300.26294.5186.2139.8
HexADEBD85D01A1275628
Octal255162751013503244712650
Binary10101101111010111101100010111010110101001001111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0EBD; }

 p { color: rgb(173,14,189); }

 H1.HeaderClassName
 {
   color: #AD0EBD;
 }
 .AnyTagClassName
 {
   color: #AD0EBD;
 }
</style>
background-color css

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

 a { background-color: rgb(173,14,189); }

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

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

 span { border-color: rgb(173,14,189); }

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