#AA36A1

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

Shades of Medium Red Violet #AA36A1

Tints of Medium Red Violet #AA36A1

Color information

#AA36A1 (or 0xAA36A1) is unknown color: approx Medium Red Violet. HEX triplet: AA, 36 and A1. RGB value is (170,54,161). Sum of RGB (Red+Green+Blue) = 170+54+161=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA36A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA36A1 is #55C95E. Grayscale: #646464. Windows color (decimal): -5622111 or 10565290. OLE color: 10565290.

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

Color convert

RGB17054161-
CMYK00.680.050.33
HSL304.66º51.79%43.92%-
HSV(B)304.66º68.24%66.67%-
XYZ24.3313.7635.09-
YUV100.88161.93177.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.16%
GREEN value IS 54 (21.48% from 255) = 14.03%
BLUE value IS 161 (63.28% from 255) = 41.82%
R=44.16%
G=14.03%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705416100.680.050.33304.6651.7943.92
HexAA36A1044521131342c
Octal2526624101045414616454
Binary101010101101101010000101000100101100001100110001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA36A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA36A1; }

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

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

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

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

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

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

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

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