#AA8ABC

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

Shades of East Side #AA8ABC

Tints of East Side #AA8ABC

Color information

#AA8ABC (or 0xAA8ABC) is unknown color: approx East Side. HEX triplet: AA, 8A and BC. RGB value is (170,138,188). Sum of RGB (Red+Green+Blue) = 170+138+188=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA8ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8ABC is #557543. Grayscale: #999999. Windows color (decimal): -5600580 or 12356266. OLE color: 12356266.

HSL color Cylindrical-coordinate representation of color #AA8ABC: hue angle of 278.4º degrees, saturation: 0.27, 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 #AA8ABC is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB170138188-
CMYK0.100.2700.26
HSL278.4º27.17%63.92%-
HSV(B)278.4º26.6%73.73%-
XYZ34.7430.3551.6-
YUV153.27147.6139.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.27%
GREEN value IS 138 (54.30% from 255) = 27.82%
BLUE value IS 188 (73.83% from 255) = 37.90%
R=34.27%
G=27.82%
B=37.90%

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
Decimal1701381880.100.2700.26278.427.1763.92
HexAA8ABCA1B01A1161b40
Octal252212274123303242633100
Binary101010101000101010111100101011011011010100010110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8ABC; }

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

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

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

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

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

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

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

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