#AA95BF

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

Shades of East Side #AA95BF

Tints of East Side #AA95BF

Color information

#AA95BF (or 0xAA95BF) is unknown color: approx East Side. HEX triplet: AA, 95 and BF. RGB value is (170,149,191). Sum of RGB (Red+Green+Blue) = 170+149+191=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA95BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA95BF is #556A40. Grayscale: #9F9F9F. Windows color (decimal): -5597761 or 12555690. OLE color: 12555690.

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

Color convert

RGB170149191-
CMYK0.110.2200.25
HSL270º24.71%66.67%-
HSV(B)270º21.99%74.9%-
XYZ36.7333.853.88-
YUV160.07145.46135.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.33%
GREEN value IS 149 (58.59% from 255) = 29.22%
BLUE value IS 191 (75% from 255) = 37.45%
R=33.33%
G=29.22%
B=37.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701491910.110.2200.2527024.7166.67
HexAA95BFB1601910e1943
Octal252225277132603141631103
Binary101010101001010110111111101110110011001100001110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA95BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA95BF; }

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

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

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

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

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

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

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

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