#AA95B1

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

Shades of East Side #AA95B1

Tints of East Side #AA95B1

Color information

#AA95B1 (or 0xAA95B1) is unknown color: approx East Side. HEX triplet: AA, 95 and B1. RGB value is (170,149,177). Sum of RGB (Red+Green+Blue) = 170+149+177=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 177 (69.53% from 255 or 35.69% from 496); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA95B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA95B1 is #556A4E. Grayscale: #9E9E9E. Windows color (decimal): -5597775 or 11638186. OLE color: 11638186.

HSL color Cylindrical-coordinate representation of color #AA95B1: hue angle of 285º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AA95B1 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB170149177-
CMYK0.040.1600.31
HSL285º15.22%63.92%-
HSV(B)285º15.82%69.41%-
XYZ35.2633.2246.15-
YUV158.47138.46136.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.27%
GREEN value IS 149 (58.59% from 255) = 30.04%
BLUE value IS 177 (69.53% from 255) = 35.69%
R=34.27%
G=30.04%
B=35.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701491770.040.1600.3128515.2263.92
HexAA95B141001F11df40
Octal25222526142003743517100
Binary1010101010010101101100011001000001111110001110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA95B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA95B1; }

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

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

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

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

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

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

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

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