#AA8ABB

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

Shades of East Side #AA8ABB

Tints of East Side #AA8ABB

Color information

#AA8ABB (or 0xAA8ABB) is unknown color: approx East Side. HEX triplet: AA, 8A and BB. RGB value is (170,138,187). Sum of RGB (Red+Green+Blue) = 170+138+187=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA8ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8ABB is #557544. Grayscale: #989898. Windows color (decimal): -5600581 or 12290730. OLE color: 12290730.

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

Color convert

RGB170138187-
CMYK0.090.2600.27
HSL279.18º26.49%63.73%-
HSV(B)279.18º26.2%73.33%-
XYZ34.6430.3151.04-
YUV153.15147.1140.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.34%
GREEN value IS 138 (54.30% from 255) = 27.88%
BLUE value IS 187 (73.44% from 255) = 37.78%
R=34.34%
G=27.88%
B=37.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701381870.090.2600.27279.1826.4963.73
HexAA8ABB91A01B1171a40
Octal252212273113203342732100
Binary101010101000101010111011100111010011011100010111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8ABB; }

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

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

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

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

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

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

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

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