#AA8BBA

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

Shades of East Side #AA8BBA

Tints of East Side #AA8BBA

Color information

#AA8BBA (or 0xAA8BBA) is unknown color: approx East Side. HEX triplet: AA, 8B and BA. RGB value is (170,139,186). Sum of RGB (Red+Green+Blue) = 170+139+186=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA8BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8BBA is #557445. Grayscale: #999999. Windows color (decimal): -5600326 or 12225450. OLE color: 12225450.

HSL color Cylindrical-coordinate representation of color #AA8BBA: hue angle of 279.57º 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 #AA8BBA is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170139186-
CMYK0.090.2500.27
HSL279.57º25.41%63.73%-
HSV(B)279.57º25.27%72.94%-
XYZ34.6730.5650.52-
YUV153.63146.27139.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.34%
GREEN value IS 139 (54.69% from 255) = 28.08%
BLUE value IS 186 (73.05% from 255) = 37.58%
R=34.34%
G=28.08%
B=37.58%

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
Decimal1701391860.090.2500.27279.5725.4163.73
HexAA8BBA91901B1181940
Octal252213272113103343031100
Binary101010101000101110111010100111001011011100011000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8BBA; }

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

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

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

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

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

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

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

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