#AA03B3

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

Shades of Deep Magenta #AA03B3

Tints of Deep Magenta #AA03B3

Color information

#AA03B3 (or 0xAA03B3) is unknown color: approx Deep Magenta. HEX triplet: AA, 03 and B3. RGB value is (170,3,179). Sum of RGB (Red+Green+Blue) = 170+3+179=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 179 (70.31% from 255 or 50.85% from 352); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA03B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA03B3 is #55FC4C. Grayscale: #484848. Windows color (decimal): -5635149 or 11731882. OLE color: 11731882.

HSL color Cylindrical-coordinate representation of color #AA03B3: hue angle of 296.93º degrees, saturation: 0.97, 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 #AA03B3 is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1703179-
CMYK0.050.9800.30
HSL296.93º96.7%35.69%-
HSV(B)296.93º98.32%70.2%-
XYZ24.7511.8743.63-
YUV73187.83197.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.30%
GREEN value IS 3 (1.56% from 255) = 0.85%
BLUE value IS 179 (70.31% from 255) = 50.85%
R=48.30%
G=0.85%
B=50.85%

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
Decimal17031790.050.9800.30296.9396.735.69
HexAA3B356201E1296124
Octal2523263514203645114144
Binary10101010111011001110111000100111101001010011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA03B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA03B3; }

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

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

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

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

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

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

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

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