#AD0EB4

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

Shades of Deep Magenta #AD0EB4

Tints of Deep Magenta #AD0EB4

Color information

#AD0EB4 (or 0xAD0EB4) is unknown color: approx Deep Magenta. HEX triplet: AD, 0E and B4. RGB value is (173,14,180). Sum of RGB (Red+Green+Blue) = 173+14+180=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 14 (5.86% from 255 or 3.81% from 367); Blue value is 180 (70.70% from 255 or 49.05% from 367); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD0EB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0EB4 is #52F14B. Grayscale: #4F4F4F. Windows color (decimal): -5435724 or 11800237. OLE color: 11800237.

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

Color convert

RGB17314180-
CMYK0.040.9200.29
HSL297.47º85.57%38.04%-
HSV(B)297.47º92.22%70.59%-
XYZ25.6312.4944.24-
YUV80.46184.18194-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.14%
GREEN value IS 14 (5.86% from 255) = 3.81%
BLUE value IS 180 (70.70% from 255) = 49.05%
R=47.14%
G=3.81%
B=49.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173141800.040.9200.29297.4785.5738.04
HexADEB445C01D1295626
Octal25516264413403545112646
Binary1010110111101011010010010111000111011001010011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0EB4; }

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

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

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

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

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

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

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

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