#AA04B3

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

Shades of Deep Magenta #AA04B3

Tints of Deep Magenta #AA04B3

Color information

#AA04B3 (or 0xAA04B3) is unknown color: approx Deep Magenta. HEX triplet: AA, 04 and B3. RGB value is (170,4,179). Sum of RGB (Red+Green+Blue) = 170+4+179=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 179 (70.31% from 255 or 50.71% from 353); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA04B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA04B3 is #55FB4C. Grayscale: #494949. Windows color (decimal): -5634893 or 11732138. OLE color: 11732138.

HSL color Cylindrical-coordinate representation of color #AA04B3: hue angle of 296.91º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA04B3 is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1704179-
CMYK0.050.9800.30
HSL296.91º95.63%35.88%-
HSV(B)296.91º97.77%70.2%-
XYZ24.7611.8943.64-
YUV73.58187.5196.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.16%
GREEN value IS 4 (1.95% from 255) = 1.13%
BLUE value IS 179 (70.31% from 255) = 50.71%
R=48.16%
G=1.13%
B=50.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17041790.050.9800.30296.9195.6335.88
HexAA4B356201E1296024
Octal2524263514203645114044
Binary101010101001011001110111000100111101001010011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA04B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA04B3; }

 p { color: rgb(170,4,179); }

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

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

 a { background-color: rgb(170,4,179); }

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

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

 span { border-color: rgb(170,4,179); }

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