#AA35A1

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

Shades of Medium Red Violet #AA35A1

Tints of Medium Red Violet #AA35A1

Color information

#AA35A1 (or 0xAA35A1) is unknown color: approx Medium Red Violet. HEX triplet: AA, 35 and A1. RGB value is (170,53,161). Sum of RGB (Red+Green+Blue) = 170+53+161=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 161 (63.28% from 255 or 41.93% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA35A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA35A1 is #55CA5E. Grayscale: #636363. Windows color (decimal): -5622367 or 10565034. OLE color: 10565034.

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

Color convert

RGB17053161-
CMYK00.690.050.33
HSL304.62º52.47%43.73%-
HSV(B)304.62º68.82%66.67%-
XYZ24.2813.6735.08-
YUV100.3162.26177.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.27%
GREEN value IS 53 (21.09% from 255) = 13.80%
BLUE value IS 161 (63.28% from 255) = 41.93%
R=44.27%
G=13.80%
B=41.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705316100.690.050.33304.6252.4743.73
HexAA35A1045521131342c
Octal2526524101055414616454
Binary101010101101011010000101000101101100001100110001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA35A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA35A1; }

 p { color: rgb(170,53,161); }

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

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

 a { background-color: rgb(170,53,161); }

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

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

 span { border-color: rgb(170,53,161); }

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