#AA03B6

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

Shades of Deep Magenta #AA03B6

Tints of Deep Magenta #AA03B6

Color information

#AA03B6 (or 0xAA03B6) is unknown color: approx Deep Magenta. HEX triplet: AA, 03 and B6. RGB value is (170,3,182). Sum of RGB (Red+Green+Blue) = 170+3+182=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 3 (1.56% from 255 or 0.85% from 355); Blue value is 182 (71.48% from 255 or 51.27% from 355); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA03B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA03B6 is #55FC49. Grayscale: #484848. Windows color (decimal): -5635146 or 11928490. OLE color: 11928490.

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

Color convert

RGB1703182-
CMYK0.070.9800.29
HSL295.98º96.76%36.27%-
HSV(B)295.98º98.35%71.37%-
XYZ25.0511.9945.25-
YUV73.34189.33196.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.89%
GREEN value IS 3 (1.56% from 255) = 0.85%
BLUE value IS 182 (71.48% from 255) = 51.27%
R=47.89%
G=0.85%
B=51.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal17031820.070.9800.29295.9896.7636.27
HexAA3B676201D1286124
Octal2523266714203545014144
Binary10101010111011011011111000100111011001010001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA03B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA03B6; }

 p { color: rgb(170,3,182); }

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

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

 a { background-color: rgb(170,3,182); }

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

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

 span { border-color: rgb(170,3,182); }

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