#AA92BA

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

Shades of East Side #AA92BA

Tints of East Side #AA92BA

Color information

#AA92BA (or 0xAA92BA) is unknown color: approx East Side. HEX triplet: AA, 92 and BA. RGB value is (170,146,186). Sum of RGB (Red+Green+Blue) = 170+146+186=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA92BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA92BA is #556D45. Grayscale: #9D9D9D. Windows color (decimal): -5598534 or 12227242. OLE color: 12227242.

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

Color convert

RGB170146186-
CMYK0.090.2200.27
HSL276º22.47%65.1%-
HSV(B)276º21.51%72.94%-
XYZ35.7232.6550.87-
YUV157.74143.95136.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.86%
GREEN value IS 146 (57.42% from 255) = 29.08%
BLUE value IS 186 (73.05% from 255) = 37.05%
R=33.86%
G=29.08%
B=37.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701461860.090.2200.2727622.4765.1
HexAA92BA91601B1141641
Octal252222272112603342426101
Binary101010101001001010111010100110110011011100010100101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA92BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA92BA; }

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

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

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

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

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

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

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

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