#AA96BE

Color #AA96BE East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AA96BE

Tints of East Side #AA96BE

Color information

#AA96BE (or 0xAA96BE) is unknown color: approx East Side. HEX triplet: AA, 96 and BE. RGB value is (170,150,190). Sum of RGB (Red+Green+Blue) = 170+150+190=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA96BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA96BE is #556941. Grayscale: #A0A0A0. Windows color (decimal): -5597506 or 12490410. OLE color: 12490410.

HSL color Cylindrical-coordinate representation of color #AA96BE: hue angle of 270º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA96BE is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170150190-
CMYK0.110.2100.25
HSL270º23.53%66.67%-
HSV(B)270º21.05%74.51%-
XYZ36.7834.0853.35-
YUV160.54144.63134.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.33%
GREEN value IS 150 (58.98% from 255) = 29.41%
BLUE value IS 190 (74.61% from 255) = 37.25%
R=33.33%
G=29.41%
B=37.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701501900.110.2100.2527023.5366.67
HexAA96BEB1501910e1843
Octal252226276132503141630103
Binary101010101001011010111110101110101011001100001110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA96BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA96BE; }

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

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

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

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

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

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

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

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