#AA8ABD

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

Shades of East Side #AA8ABD

Tints of East Side #AA8ABD

Color information

#AA8ABD (or 0xAA8ABD) is unknown color: approx East Side. HEX triplet: AA, 8A and BD. RGB value is (170,138,189). Sum of RGB (Red+Green+Blue) = 170+138+189=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA8ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8ABD is #557542. Grayscale: #999999. Windows color (decimal): -5600579 or 12421802. OLE color: 12421802.

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

Color convert

RGB170138189-
CMYK0.100.2700.26
HSL277.65º27.87%64.12%-
HSV(B)277.65º26.98%74.12%-
XYZ34.8530.452.17-
YUV153.38148.1139.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.21%
GREEN value IS 138 (54.30% from 255) = 27.77%
BLUE value IS 189 (74.22% from 255) = 38.03%
R=34.21%
G=27.77%
B=38.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701381890.100.2700.26277.6527.8764.12
HexAA8ABDA1B01A1161c40
Octal252212275123303242634100
Binary101010101000101010111101101011011011010100010110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8ABD; }

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

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

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

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

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

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

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

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