#AA08AD

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

Shades of Deep Magenta #AA08AD

Tints of Deep Magenta #AA08AD

Color information

#AA08AD (or 0xAA08AD) is unknown color: approx Deep Magenta. HEX triplet: AA, 08 and AD. RGB value is (170,8,173). Sum of RGB (Red+Green+Blue) = 170+8+173=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA08AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA08AD is #55F752. Grayscale: #4A4A4A. Windows color (decimal): -5633875 or 11339946. OLE color: 11339946.

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

Color convert

RGB1708173-
CMYK0.020.9500.32
HSL298.91º91.16%35.49%-
HSV(B)298.91º95.38%67.84%-
XYZ24.2111.7440.52-
YUV75.25183.17195.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.43%
GREEN value IS 8 (3.52% from 255) = 2.28%
BLUE value IS 173 (67.97% from 255) = 49.29%
R=48.43%
G=2.28%
B=49.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17081730.020.9500.32298.9191.1635.49
HexAA8AD25F02012b5b23
Octal25210255213704045313343
Binary1010101010001010110110101111101000001001010111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA08AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA08AD; }

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

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

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

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

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

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

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

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