#aa08ac

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

Shades of Dark Magenta #AA08AC

Tints of Dark Magenta #AA08AC

Color information

#AA08AC (or 0xAA08AC) is unknown color: approx Dark Magenta. HEX triplet: AA, 08 and AC. RGB value is (170,8,172). Sum of RGB (Red+Green+Blue) = 170+8+172=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA08AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA08AC is #55F753. Grayscale: #4A4A4A. Windows color (decimal): -5633876 or 11274410. OLE color: 11274410.

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

Color convert

RGB1708172-
CMYK0.010.9500.33
HSL299.27º91.11%35.29%-
HSV(B)299.27º95.35%67.45%-
XYZ24.1111.740.02-
YUV75.13182.67195.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.57%
GREEN value IS 8 (3.52% from 255) = 2.29%
BLUE value IS 172 (67.58% from 255) = 49.14%
R=48.57%
G=2.29%
B=49.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17081720.010.9500.33299.2791.1135.29
HexAA8AC15F02112b5b23
Octal25210254113704145313343
Binary101010101000101011001101111101000011001010111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa08ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa08ac; }

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

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

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

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

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

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

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

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