#aa008a

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

Shades of Dark Magenta #AA008A

Tints of Dark Magenta #AA008A

Color information

#AA008A (or 0xAA008A) is unknown color: approx Dark Magenta. HEX triplet: AA, 00 and 8A. RGB value is (170,0,138). Sum of RGB (Red+Green+Blue) = 170+0+138=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA008A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA008A is #55FF75. Grayscale: #424242. Windows color (decimal): -5635958 or 9044138. OLE color: 9044138.

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

Color convert

RGB1700138-
CMYK010.190.33
HSL311.29º100%33.33%-
HSV(B)311.29º100%66.67%-
XYZ21.1710.3824.93-
YUV66.56168.32201.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 138 (54.30% from 255) = 44.81%
R=55.19%
G=0%
B=44.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1700138010.190.33311.2910033.33
HexAA08A06413211376421
Octal25202120144234146714441
Binary1010101001000101001100100100111000011001101111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa008a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa008a; }

 p { color: rgb(170,0,138); }

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

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

 a { background-color: rgb(170,0,138); }

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

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

 span { border-color: rgb(170,0,138); }

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