#AA05B4

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

Shades of Deep Magenta #AA05B4

Tints of Deep Magenta #AA05B4

Color information

#AA05B4 (or 0xAA05B4) is unknown color: approx Deep Magenta. HEX triplet: AA, 05 and B4. RGB value is (170,5,180). Sum of RGB (Red+Green+Blue) = 170+5+180=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 180 (70.70% from 255 or 50.70% from 355); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA05B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA05B4 is #55FA4B. Grayscale: #494949. Windows color (decimal): -5634636 or 11797930. OLE color: 11797930.

HSL color Cylindrical-coordinate representation of color #AA05B4: hue angle of 296.57º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA05B4 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1705180-
CMYK0.060.9700.29
HSL296.57º94.59%36.27%-
HSV(B)296.57º97.22%70.59%-
XYZ24.8711.9544.18-
YUV74.28187.66196.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.89%
GREEN value IS 5 (2.34% from 255) = 1.41%
BLUE value IS 180 (70.70% from 255) = 50.70%
R=47.89%
G=1.41%
B=50.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal17051800.060.9700.29296.5794.5936.27
HexAA5B466101D1295f24
Octal2525264614103545113744
Binary101010101011011010011011000010111011001010011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA05B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA05B4; }

 p { color: rgb(170,5,180); }

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

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

 a { background-color: rgb(170,5,180); }

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

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

 span { border-color: rgb(170,5,180); }

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