#AA8CBA

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

Shades of East Side #AA8CBA

Tints of East Side #AA8CBA

Color information

#AA8CBA (or 0xAA8CBA) is unknown color: approx East Side. HEX triplet: AA, 8C and BA. RGB value is (170,140,186). Sum of RGB (Red+Green+Blue) = 170+140+186=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA8CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8CBA is #557345. Grayscale: #9A9A9A. Windows color (decimal): -5600070 or 12225706. OLE color: 12225706.

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

Color convert

RGB170140186-
CMYK0.090.2500.27
HSL279.13º25%63.92%-
HSV(B)279.13º24.73%72.94%-
XYZ34.8230.8550.57-
YUV154.21145.94139.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.27%
GREEN value IS 140 (55.08% from 255) = 28.23%
BLUE value IS 186 (73.05% from 255) = 37.5%
R=34.27%
G=28.23%
B=37.5%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701401860.090.2500.27279.132563.92
HexAA8CBA91901B1171940
Octal252214272113103342731100
Binary101010101000110010111010100111001011011100010111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8CBA; }

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

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

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

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

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

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

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

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