#AA1B95

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

Shades of Medium Violet Red #AA1B95

Tints of Medium Violet Red #AA1B95

Color information

#AA1B95 (or 0xAA1B95) is unknown color: approx Medium Violet Red. HEX triplet: AA, 1B and 95. RGB value is (170,27,149). Sum of RGB (Red+Green+Blue) = 170+27+149=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1B95 is #55E46A. Grayscale: #535353. Windows color (decimal): -5629035 or 9771946. OLE color: 9771946.

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

Color convert

RGB17027149-
CMYK00.840.120.33
HSL308.81º72.59%38.63%-
HSV(B)308.81º84.12%66.67%-
XYZ22.3911.529.47-
YUV83.66164.88189.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.13%
GREEN value IS 27 (10.94% from 255) = 7.80%
BLUE value IS 149 (58.59% from 255) = 43.06%
R=49.13%
G=7.80%
B=43.06%

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
Decimal1702714900.840.120.33308.8172.5938.63
HexAA1B95054C211354927
Octal252332250124144146511147
Binary1010101011011100101010101010011001000011001101011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1B95; }

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

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

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

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

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

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

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

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