#AA349A

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

Shades of Medium Red Violet #AA349A

Tints of Medium Red Violet #AA349A

Color information

#AA349A (or 0xAA349A) is unknown color: approx Medium Red Violet. HEX triplet: AA, 34 and 9A. RGB value is (170,52,154). Sum of RGB (Red+Green+Blue) = 170+52+154=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA349A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA349A is #55CB65. Grayscale: #626262. Windows color (decimal): -5622630 or 10106026. OLE color: 10106026.

HSL color Cylindrical-coordinate representation of color #AA349A: hue angle of 308.14º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA349A is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB17052154-
CMYK00.690.090.33
HSL308.14º53.15%43.53%-
HSV(B)308.14º69.41%66.67%-
XYZ23.6413.3431.9-
YUV98.91159.09178.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.21%
GREEN value IS 52 (20.70% from 255) = 13.83%
BLUE value IS 154 (60.55% from 255) = 40.96%
R=45.21%
G=13.83%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705215400.690.090.33308.1453.1543.53
HexAA349A045921134352c
Octal25264232010511414646554
Binary1010101011010010011010010001011001100001100110100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA349A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA349A; }

 p { color: rgb(170,52,154); }

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

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

 a { background-color: rgb(170,52,154); }

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

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

 span { border-color: rgb(170,52,154); }

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