#AA2993

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

Shades of Medium Red Violet #AA2993

Tints of Medium Red Violet #AA2993

Color information

#AA2993 (or 0xAA2993) is unknown color: approx Medium Red Violet. HEX triplet: AA, 29 and 93. RGB value is (170,41,147). Sum of RGB (Red+Green+Blue) = 170+41+147=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2993 is #55D66C. Grayscale: #5B5B5B. Windows color (decimal): -5625453 or 9644458. OLE color: 9644458.

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

Color convert

RGB17041147-
CMYK00.760.140.33
HSL310.7º61.14%41.37%-
HSV(B)310.7º75.88%66.67%-
XYZ22.6412.2428.77-
YUV91.65159.24183.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.49%
GREEN value IS 41 (16.41% from 255) = 11.45%
BLUE value IS 147 (57.81% from 255) = 41.06%
R=47.49%
G=11.45%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1704114700.760.140.33310.761.1441.37
HexAA299304CE211373d29
Octal25251223011416414677551
Binary1010101010100110010011010011001110100001100110111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2993; }

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

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

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

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

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

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

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

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