#aa349d

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

Shades of Medium Red Violet #AA349D

Tints of Medium Red Violet #AA349D

Color information

#AA349D (or 0xAA349D) is unknown color: approx Medium Red Violet. HEX triplet: AA, 34 and 9D. RGB value is (170,52,157). Sum of RGB (Red+Green+Blue) = 170+52+157=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA349D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA349D is #55CB62. Grayscale: #626262. Windows color (decimal): -5622627 or 10302634. OLE color: 10302634.

HSL color Cylindrical-coordinate representation of color #AA349D: hue angle of 306.61º 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 #AA349D is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB17052157-
CMYK00.690.080.33
HSL306.61º53.15%43.53%-
HSV(B)306.61º69.41%66.67%-
XYZ23.8913.4433.23-
YUV99.25160.59178.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.85%
GREEN value IS 52 (20.70% from 255) = 13.72%
BLUE value IS 157 (61.72% from 255) = 41.42%
R=44.85%
G=13.72%
B=41.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705215700.690.080.33306.6153.1543.53
HexAA349D045821133352c
Octal25264235010510414636554
Binary1010101011010010011101010001011000100001100110011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa349d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa349d; }

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

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

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

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

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

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

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

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