#AA35A0

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

Shades of Medium Red Violet #AA35A0

Tints of Medium Red Violet #AA35A0

Color information

#AA35A0 (or 0xAA35A0) is unknown color: approx Medium Red Violet. HEX triplet: AA, 35 and A0. RGB value is (170,53,160). Sum of RGB (Red+Green+Blue) = 170+53+160=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 53 (21.09% from 255 or 13.84% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA35A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA35A0 is #55CA5F. Grayscale: #636363. Windows color (decimal): -5622368 or 10499498. OLE color: 10499498.

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

Color convert

RGB17053160-
CMYK00.690.060.33
HSL305.13º52.47%43.73%-
HSV(B)305.13º68.82%66.67%-
XYZ24.213.6334.61-
YUV100.18161.76177.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 53 (21.09% from 255) = 13.84%
BLUE value IS 160 (62.89% from 255) = 41.78%
R=44.39%
G=13.84%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705316000.690.060.33305.1352.4743.73
HexAA35A0045621131342c
Octal2526524001056414616454
Binary101010101101011010000001000101110100001100110001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA35A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA35A0; }

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

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

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

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

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

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

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

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