#AA279A

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

Shades of Medium Red Violet #AA279A

Tints of Medium Red Violet #AA279A

Color information

#AA279A (or 0xAA279A) is unknown color: approx Medium Red Violet. HEX triplet: AA, 27 and 9A. RGB value is (170,39,154). Sum of RGB (Red+Green+Blue) = 170+39+154=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 39 (15.62% from 255 or 10.74% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA279A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA279A is #55D865. Grayscale: #5A5A5A. Windows color (decimal): -5625958 or 10102698. OLE color: 10102698.

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

Color convert

RGB17039154-
CMYK00.770.090.33
HSL307.33º62.68%40.98%-
HSV(B)307.33º77.06%66.67%-
XYZ23.1412.3331.73-
YUV91.28163.4184.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.83%
GREEN value IS 39 (15.62% from 255) = 10.74%
BLUE value IS 154 (60.55% from 255) = 42.42%
R=46.83%
G=10.74%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703915400.770.090.33307.3362.6840.98
HexAA279A04D9211333f29
Octal25247232011511414637751
Binary1010101010011110011010010011011001100001100110011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA279A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA279A; }

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

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

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

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

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

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

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

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