#AA8FBA

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

Shades of East Side #AA8FBA

Tints of East Side #AA8FBA

Color information

#AA8FBA (or 0xAA8FBA) is unknown color: approx East Side. HEX triplet: AA, 8F and BA. RGB value is (170,143,186). Sum of RGB (Red+Green+Blue) = 170+143+186=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 143 (56.25% from 255 or 28.66% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA8FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8FBA is #557045. Grayscale: #9B9B9B. Windows color (decimal): -5599302 or 12226474. OLE color: 12226474.

HSL color Cylindrical-coordinate representation of color #AA8FBA: hue angle of 277.67º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA8FBA is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170143186-
CMYK0.090.2300.27
HSL277.67º23.76%64.51%-
HSV(B)277.67º23.12%72.94%-
XYZ35.2631.7450.72-
YUV155.98144.95138-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.07%
GREEN value IS 143 (56.25% from 255) = 28.66%
BLUE value IS 186 (73.05% from 255) = 37.27%
R=34.07%
G=28.66%
B=37.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701431860.090.2300.27277.6723.7664.51
HexAA8FBA91701B1161841
Octal252217272112703342630101
Binary101010101000111110111010100110111011011100010110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8FBA; }

 p { color: rgb(170,143,186); }

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

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

 a { background-color: rgb(170,143,186); }

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

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

 span { border-color: rgb(170,143,186); }

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