#AA36A0

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

Shades of Medium Red Violet #AA36A0

Tints of Medium Red Violet #AA36A0

Color information

#AA36A0 (or 0xAA36A0) is unknown color: approx Medium Red Violet. HEX triplet: AA, 36 and A0. RGB value is (170,54,160). Sum of RGB (Red+Green+Blue) = 170+54+160=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA36A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA36A0 is #55C95F. Grayscale: #646464. Windows color (decimal): -5622112 or 10499754. OLE color: 10499754.

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

Color convert

RGB17054160-
CMYK00.680.060.33
HSL305.17º51.79%43.92%-
HSV(B)305.17º68.24%66.67%-
XYZ24.2413.7234.63-
YUV100.77161.43177.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.27%
GREEN value IS 54 (21.48% from 255) = 14.06%
BLUE value IS 160 (62.89% from 255) = 41.67%
R=44.27%
G=14.06%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705416000.680.060.33305.1751.7943.92
HexAA36A0044621131342c
Octal2526624001046414616454
Binary101010101101101010000001000100110100001100110001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA36A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA36A0; }

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

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

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

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

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

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

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

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