#AA8ABE

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

Shades of East Side #AA8ABE

Tints of East Side #AA8ABE

Color information

#AA8ABE (or 0xAA8ABE) is unknown color: approx East Side. HEX triplet: AA, 8A and BE. RGB value is (170,138,190). Sum of RGB (Red+Green+Blue) = 170+138+190=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA8ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8ABE is #557541. Grayscale: #999999. Windows color (decimal): -5600578 or 12487338. OLE color: 12487338.

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

Color convert

RGB170138190-
CMYK0.110.2700.25
HSL276.92º28.57%64.31%-
HSV(B)276.92º27.37%74.51%-
XYZ34.9630.4452.75-
YUV153.5148.6139.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.14%
GREEN value IS 138 (54.30% from 255) = 27.71%
BLUE value IS 190 (74.61% from 255) = 38.15%
R=34.14%
G=27.71%
B=38.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701381900.110.2700.25276.9228.5764.31
HexAA8ABEB1B0191151d40
Octal252212276133303142535100
Binary101010101000101010111110101111011011001100010101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8ABE; }

 p { color: rgb(170,138,190); }

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

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

 a { background-color: rgb(170,138,190); }

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

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

 span { border-color: rgb(170,138,190); }

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