#AA03B1

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

Shades of Deep Magenta #AA03B1

Tints of Deep Magenta #AA03B1

Color information

#AA03B1 (or 0xAA03B1) is unknown color: approx Deep Magenta. HEX triplet: AA, 03 and B1. RGB value is (170,3,177). Sum of RGB (Red+Green+Blue) = 170+3+177=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 177 (69.53% from 255 or 50.57% from 350); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA03B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA03B1 is #55FC4E. Grayscale: #484848. Windows color (decimal): -5635151 or 11600810. OLE color: 11600810.

HSL color Cylindrical-coordinate representation of color #AA03B1: hue angle of 297.59º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA03B1 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1703177-
CMYK0.040.9800.31
HSL297.59º96.67%35.29%-
HSV(B)297.59º98.31%69.41%-
XYZ24.5511.7942.58-
YUV72.77186.83197.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.57%
GREEN value IS 3 (1.56% from 255) = 0.86%
BLUE value IS 177 (69.53% from 255) = 50.57%
R=48.57%
G=0.86%
B=50.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17031770.040.9800.31297.5996.6735.29
HexAA3B146201F12a6123
Octal2523261414203745214143
Binary10101010111011000110011000100111111001010101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA03B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA03B1; }

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

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

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

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

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

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

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

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