#AA1B98

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

Shades of Medium Violet Red #AA1B98

Tints of Medium Violet Red #AA1B98

Color information

#AA1B98 (or 0xAA1B98) is unknown color: approx Medium Violet Red. HEX triplet: AA, 1B and 98. RGB value is (170,27,152). Sum of RGB (Red+Green+Blue) = 170+27+152=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 27 (10.94% from 255 or 7.74% from 349); Blue value is 152 (59.77% from 255 or 43.55% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1B98 is #55E467. Grayscale: #535353. Windows color (decimal): -5629032 or 9968554. OLE color: 9968554.

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

Color convert

RGB17027152-
CMYK00.840.110.33
HSL307.55º72.59%38.63%-
HSV(B)307.55º84.12%66.67%-
XYZ22.6411.630.75-
YUV84.01166.38189.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.71%
GREEN value IS 27 (10.94% from 255) = 7.74%
BLUE value IS 152 (59.77% from 255) = 43.55%
R=48.71%
G=7.74%
B=43.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702715200.840.110.33307.5572.5938.63
HexAA1B98054B211344927
Octal252332300124134146411147
Binary1010101011011100110000101010010111000011001101001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1B98; }

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

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

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

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

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

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

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

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