#AD1AA9

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

Shades of Dark Magenta #AD1AA9

Tints of Dark Magenta #AD1AA9

Color information

#AD1AA9 (or 0xAD1AA9) is unknown color: approx Dark Magenta. HEX triplet: AD, 1A and A9. RGB value is (173,26,169). Sum of RGB (Red+Green+Blue) = 173+26+169=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 169 (66.41% from 255 or 45.92% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1AA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1AA9 is #52E556. Grayscale: #555555. Windows color (decimal): -5432663 or 11082413. OLE color: 11082413.

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

Color convert

RGB17326169-
CMYK00.850.020.32
HSL301.63º73.87%39.02%-
HSV(B)301.63º84.97%67.84%-
XYZ24.7612.4938.64-
YUV86.26174.7189.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.01%
GREEN value IS 26 (10.55% from 255) = 7.07%
BLUE value IS 169 (66.41% from 255) = 45.92%
R=47.01%
G=7.07%
B=45.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1732616900.850.020.32301.6373.8739.02
HexAD1AA905522012e4a27
Octal25532251012524045611247
Binary10101101110101010100101010101101000001001011101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1AA9; }

 p { color: rgb(173,26,169); }

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

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

 a { background-color: rgb(173,26,169); }

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

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

 span { border-color: rgb(173,26,169); }

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