#AA2A8A

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

Shades of Medium Red Violet #AA2A8A

Tints of Medium Red Violet #AA2A8A

Color information

#AA2A8A (or 0xAA2A8A) is unknown color: approx Medium Red Violet. HEX triplet: AA, 2A and 8A. RGB value is (170,42,138). Sum of RGB (Red+Green+Blue) = 170+42+138=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 42 (16.80% from 255 or 12% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2A8A is #55D575. Grayscale: #5A5A5A. Windows color (decimal): -5625206 or 9054890. OLE color: 9054890.

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

Color convert

RGB17042138-
CMYK00.750.190.33
HSL315º60.38%41.57%-
HSV(B)315º75.29%66.67%-
XYZ21.9912.0425.21-
YUV91.22154.41184.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.57%
GREEN value IS 42 (16.80% from 255) = 12%
BLUE value IS 138 (54.30% from 255) = 39.43%
R=48.57%
G=12%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1704213800.750.190.3331560.3841.57
HexAA2A8A04B132113b3c2a
Octal25252212011323414737452
Binary10101010101010100010100100101110011100001100111011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2A8A; }

 p { color: rgb(170,42,138); }

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

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

 a { background-color: rgb(170,42,138); }

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

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

 span { border-color: rgb(170,42,138); }

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