#AA2994

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

Shades of Medium Red Violet #AA2994

Tints of Medium Red Violet #AA2994

Color information

#AA2994 (or 0xAA2994) is unknown color: approx Medium Red Violet. HEX triplet: AA, 29 and 94. RGB value is (170,41,148). Sum of RGB (Red+Green+Blue) = 170+41+148=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2994 is #55D66B. Grayscale: #5B5B5B. Windows color (decimal): -5625452 or 9709994. OLE color: 9709994.

HSL color Cylindrical-coordinate representation of color #AA2994: hue angle of 310.23º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA2994 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB17041148-
CMYK00.760.130.33
HSL310.23º61.14%41.37%-
HSV(B)310.23º75.88%66.67%-
XYZ22.7212.2729.19-
YUV91.77159.74183.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.35%
GREEN value IS 41 (16.41% from 255) = 11.42%
BLUE value IS 148 (58.20% from 255) = 41.23%
R=47.35%
G=11.42%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1704114800.760.130.33310.2361.1441.37
HexAA299404CD211363d29
Octal25251224011415414667551
Binary1010101010100110010100010011001101100001100110110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2994; }

 p { color: rgb(170,41,148); }

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

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

 a { background-color: rgb(170,41,148); }

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

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

 span { border-color: rgb(170,41,148); }

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