#AD1AA8

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

Shades of Dark Magenta #AD1AA8

Tints of Dark Magenta #AD1AA8

Color information

#AD1AA8 (or 0xAD1AA8) is unknown color: approx Dark Magenta. HEX triplet: AD, 1A and A8. RGB value is (173,26,168). Sum of RGB (Red+Green+Blue) = 173+26+168=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 26 (10.55% from 255 or 7.08% from 367); Blue value is 168 (66.02% from 255 or 45.78% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1AA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1AA8 is #52E557. Grayscale: #555555. Windows color (decimal): -5432664 or 11016877. OLE color: 11016877.

HSL color Cylindrical-coordinate representation of color #AD1AA8: hue angle of 302.04º 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 #AD1AA8 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB17326168-
CMYK00.850.030.32
HSL302.04º73.87%39.02%-
HSV(B)302.04º84.97%67.84%-
XYZ24.6712.4538.15-
YUV86.14174.2189.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.14%
GREEN value IS 26 (10.55% from 255) = 7.08%
BLUE value IS 168 (66.02% from 255) = 45.78%
R=47.14%
G=7.08%
B=45.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1732616800.850.030.32302.0473.8739.02
HexAD1AA805532012e4a27
Octal25532250012534045611247
Binary10101101110101010100001010101111000001001011101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1AA8; }

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

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

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

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

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

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

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

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