#AD0DB4

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

Shades of Deep Magenta #AD0DB4

Tints of Deep Magenta #AD0DB4

Color information

#AD0DB4 (or 0xAD0DB4) is unknown color: approx Deep Magenta. HEX triplet: AD, 0D and B4. RGB value is (173,13,180). Sum of RGB (Red+Green+Blue) = 173+13+180=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 13 (5.47% from 255 or 3.55% from 366); Blue value is 180 (70.70% from 255 or 49.18% from 366); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD0DB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0DB4 is #52F24B. Grayscale: #4F4F4F. Windows color (decimal): -5435980 or 11799981. OLE color: 11799981.

HSL color Cylindrical-coordinate representation of color #AD0DB4: hue angle of 297.49º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0DB4 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17313180-
CMYK0.040.9300.29
HSL297.49º86.53%37.84%-
HSV(B)297.49º92.78%70.59%-
XYZ25.6212.4744.24-
YUV79.88184.51194.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.27%
GREEN value IS 13 (5.47% from 255) = 3.55%
BLUE value IS 180 (70.70% from 255) = 49.18%
R=47.27%
G=3.55%
B=49.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173131800.040.9300.29297.4986.5337.84
HexADDB445D01D1295726
Octal25515264413503545112746
Binary1010110111011011010010010111010111011001010011010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0DB4; }

 p { color: rgb(173,13,180); }

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

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

 a { background-color: rgb(173,13,180); }

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

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

 span { border-color: rgb(173,13,180); }

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