#AA2D9A

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

Shades of Medium Red Violet #AA2D9A

Tints of Medium Red Violet #AA2D9A

Color information

#AA2D9A (or 0xAA2D9A) is unknown color: approx Medium Red Violet. HEX triplet: AA, 2D and 9A. RGB value is (170,45,154). Sum of RGB (Red+Green+Blue) = 170+45+154=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2D9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2D9A is #55D265. Grayscale: #5E5E5E. Windows color (decimal): -5624422 or 10104234. OLE color: 10104234.

HSL color Cylindrical-coordinate representation of color #AA2D9A: hue angle of 307.68º degrees, saturation: 0.58, 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 #AA2D9A is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB17045154-
CMYK00.740.090.33
HSL307.68º58.14%42.16%-
HSV(B)307.68º73.53%66.67%-
XYZ23.3512.7631.8-
YUV94.8161.41181.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 45 (17.97% from 255) = 12.20%
BLUE value IS 154 (60.55% from 255) = 41.73%
R=46.07%
G=12.20%
B=41.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1704515400.740.090.33307.6858.1442.16
HexAA2D9A04A9211343a2a
Octal25255232011211414647252
Binary1010101010110110011010010010101001100001100110100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2D9A; }

 p { color: rgb(170,45,154); }

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

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

 a { background-color: rgb(170,45,154); }

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

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

 span { border-color: rgb(170,45,154); }

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