#AA1B96

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

Shades of Medium Violet Red #AA1B96

Tints of Medium Violet Red #AA1B96

Color information

#AA1B96 (or 0xAA1B96) is unknown color: approx Medium Violet Red. HEX triplet: AA, 1B and 96. RGB value is (170,27,150). Sum of RGB (Red+Green+Blue) = 170+27+150=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 27 (10.94% from 255 or 7.78% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1B96 is #55E469. Grayscale: #535353. Windows color (decimal): -5629034 or 9837482. OLE color: 9837482.

HSL color Cylindrical-coordinate representation of color #AA1B96: hue angle of 308.39º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA1B96 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB17027150-
CMYK00.840.120.33
HSL308.39º72.59%38.63%-
HSV(B)308.39º84.12%66.67%-
XYZ22.4711.5329.9-
YUV83.78165.38189.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.99%
GREEN value IS 27 (10.94% from 255) = 7.78%
BLUE value IS 150 (58.98% from 255) = 43.23%
R=48.99%
G=7.78%
B=43.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702715000.840.120.33308.3972.5938.63
HexAA1B96054C211344927
Octal252332260124144146411147
Binary1010101011011100101100101010011001000011001101001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1B96; }

 p { color: rgb(170,27,150); }

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

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

 a { background-color: rgb(170,27,150); }

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

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

 span { border-color: rgb(170,27,150); }

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