#AA2CA6

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

Shades of Medium Red Violet #AA2CA6

Tints of Medium Red Violet #AA2CA6

Color information

#AA2CA6 (or 0xAA2CA6) is unknown color: approx Medium Red Violet. HEX triplet: AA, 2C and A6. RGB value is (170,44,166). Sum of RGB (Red+Green+Blue) = 170+44+166=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 44 (17.58% from 255 or 11.58% from 380); Blue value is 166 (65.23% from 255 or 43.68% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2CA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2CA6 is #55D359. Grayscale: #5F5F5F. Windows color (decimal): -5624666 or 10890410. OLE color: 10890410.

HSL color Cylindrical-coordinate representation of color #AA2CA6: hue angle of 301.9º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA2CA6 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB17044166-
CMYK00.740.020.33
HSL301.9º58.88%41.96%-
HSV(B)301.9º74.12%66.67%-
XYZ24.3613.137.32-
YUV95.58167.74181.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.74%
GREEN value IS 44 (17.58% from 255) = 11.58%
BLUE value IS 166 (65.23% from 255) = 43.68%
R=44.74%
G=11.58%
B=43.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1704416600.740.020.33301.958.8841.96
HexAA2CA604A22112e3b2a
Octal2525424601122414567352
Binary10101010101100101001100100101010100001100101110111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2CA6; }

 p { color: rgb(170,44,166); }

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

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

 a { background-color: rgb(170,44,166); }

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

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

 span { border-color: rgb(170,44,166); }

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