#AD10AA

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

Shades of Deep Magenta #AD10AA

Tints of Deep Magenta #AD10AA

Color information

#AD10AA (or 0xAD10AA) is unknown color: approx Deep Magenta. HEX triplet: AD, 10 and AA. RGB value is (173,16,170). Sum of RGB (Red+Green+Blue) = 173+16+170=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 16 (6.64% from 255 or 4.46% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD10AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD10AA is #52EF55. Grayscale: #505050. Windows color (decimal): -5435222 or 11145389. OLE color: 11145389.

HSL color Cylindrical-coordinate representation of color #AD10AA: hue angle of 301.15º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD10AA is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB17316170-
CMYK00.910.020.32
HSL301.15º83.07%37.06%-
HSV(B)301.15º90.75%67.84%-
XYZ24.6712.1639.08-
YUV80.5178.51193.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.19%
GREEN value IS 16 (6.64% from 255) = 4.46%
BLUE value IS 170 (66.80% from 255) = 47.35%
R=48.19%
G=4.46%
B=47.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731617000.910.020.32301.1583.0737.06
HexAD10AA05B22012d5325
Octal25520252013324045512345
Binary10101101100001010101001011011101000001001011011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD10AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD10AA; }

 p { color: rgb(173,16,170); }

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

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

 a { background-color: rgb(173,16,170); }

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

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

 span { border-color: rgb(173,16,170); }

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