#AA8BAF

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

Shades of East Side #AA8BAF

Tints of East Side #AA8BAF

Color information

#AA8BAF (or 0xAA8BAF) is unknown color: approx East Side. HEX triplet: AA, 8B and AF. RGB value is (170,139,175). Sum of RGB (Red+Green+Blue) = 170+139+175=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 139 (54.69% from 255 or 28.72% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA8BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8BAF is #557450. Grayscale: #989898. Windows color (decimal): -5600337 or 11504554. OLE color: 11504554.

HSL color Cylindrical-coordinate representation of color #AA8BAF: hue angle of 291.67º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA8BAF is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB170139175-
CMYK0.030.2100.31
HSL291.67º18.37%61.57%-
HSV(B)291.67º20.57%68.63%-
XYZ33.5530.1144.6-
YUV152.37140.77140.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 139 (54.69% from 255) = 28.72%
BLUE value IS 175 (68.75% from 255) = 36.16%
R=35.12%
G=28.72%
B=36.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701391750.030.2100.31291.6718.3761.57
HexAA8BAF31501F124123e
Octal2522132573250374442276
Binary101010101000101110101111111010101111110010010010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8BAF; }

 p { color: rgb(170,139,175); }

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

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

 a { background-color: rgb(170,139,175); }

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

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

 span { border-color: rgb(170,139,175); }

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