#AA8ABF

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

Shades of East Side #AA8ABF

Tints of East Side #AA8ABF

Color information

#AA8ABF (or 0xAA8ABF) is unknown color: approx East Side. HEX triplet: AA, 8A and BF. RGB value is (170,138,191). Sum of RGB (Red+Green+Blue) = 170+138+191=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA8ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8ABF is #557540. Grayscale: #999999. Windows color (decimal): -5600577 or 12552874. OLE color: 12552874.

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

Color convert

RGB170138191-
CMYK0.110.2800.25
HSL276.23º29.28%64.51%-
HSV(B)276.23º27.75%74.9%-
XYZ35.0730.4853.33-
YUV153.61149.1139.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.07%
GREEN value IS 138 (54.30% from 255) = 27.66%
BLUE value IS 191 (75% from 255) = 38.28%
R=34.07%
G=27.66%
B=38.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701381910.110.2800.25276.2329.2864.51
HexAA8ABFB1C0191141d41
Octal252212277133403142435101
Binary101010101000101010111111101111100011001100010100111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8ABF; }

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

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

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

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

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

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

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

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