#AA00AF

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

Shades of Deep Magenta #AA00AF

Tints of Deep Magenta #AA00AF

Color information

#AA00AF (or 0xAA00AF) is unknown color: approx Deep Magenta. HEX triplet: AA, 00 and AF. RGB value is (170,0,175). Sum of RGB (Red+Green+Blue) = 170+0+175=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA00AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA00AF is #55FF50. Grayscale: #464646. Windows color (decimal): -5635921 or 11468970. OLE color: 11468970.

HSL color Cylindrical-coordinate representation of color #AA00AF: hue angle of 298.29º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA00AF is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1700175-
CMYK0.03100.31
HSL298.29º100%34.31%-
HSV(B)298.29º100%68.63%-
XYZ24.3211.6441.52-
YUV70.78186.82198.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 175 (68.75% from 255) = 50.72%
R=49.28%
G=0%
B=50.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17001750.03100.31298.2910034.31
HexAA0AF36401F12a6422
Octal2520257314403745214442
Binary101010100101011111111001000111111001010101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA00AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA00AF; }

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

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

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

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

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

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

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

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