#AA95B7

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

Shades of East Side #AA95B7

Tints of East Side #AA95B7

Color information

#AA95B7 (or 0xAA95B7) is unknown color: approx East Side. HEX triplet: AA, 95 and B7. RGB value is (170,149,183). Sum of RGB (Red+Green+Blue) = 170+149+183=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 183 (71.88% from 255 or 36.45% from 502); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA95B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA95B7 is #556A48. Grayscale: #9F9F9F. Windows color (decimal): -5597769 or 12031402. OLE color: 12031402.

HSL color Cylindrical-coordinate representation of color #AA95B7: hue angle of 277.06º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA95B7 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB170149183-
CMYK0.070.1900.28
HSL277.06º19.1%65.1%-
HSV(B)277.06º18.58%71.76%-
XYZ35.8733.4649.37-
YUV159.16141.46135.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.86%
GREEN value IS 149 (58.59% from 255) = 29.68%
BLUE value IS 183 (71.88% from 255) = 36.45%
R=33.86%
G=29.68%
B=36.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701491830.070.1900.28277.0619.165.1
HexAA95B771301C1151341
Octal25222526772303442523101
Binary10101010100101011011011111110011011100100010101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA95B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA95B7; }

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

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

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

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

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

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

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

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