#AA33A3

Color #AA33A3 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AA33A3

Tints of Medium Red Violet #AA33A3

Color information

#AA33A3 (or 0xAA33A3) is unknown color: approx Medium Red Violet. HEX triplet: AA, 33 and A3. RGB value is (170,51,163). Sum of RGB (Red+Green+Blue) = 170+51+163=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 163 (64.06% from 255 or 42.45% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA33A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA33A3 is #55CC5C. Grayscale: #636363. Windows color (decimal): -5622877 or 10695594. OLE color: 10695594.

HSL color Cylindrical-coordinate representation of color #AA33A3: hue angle of 303.53º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA33A3 is Cyan = 0, Magento = 0.7, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB17051163-
CMYK00.70.040.33
HSL303.53º53.85%43.33%-
HSV(B)303.53º70%66.67%-
XYZ24.3713.5635.98-
YUV99.35163.92178.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.27%
GREEN value IS 51 (20.31% from 255) = 13.28%
BLUE value IS 163 (64.06% from 255) = 42.45%
R=44.27%
G=13.28%
B=42.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705116300.70.040.33303.5353.8543.33
HexAA33A3046421130362b
Octal2526324301064414606653
Binary101010101100111010001101000110100100001100110000110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA33A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA33A3; }

 p { color: rgb(170,51,163); }

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

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

 a { background-color: rgb(170,51,163); }

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

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

 span { border-color: rgb(170,51,163); }

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