#AA92BD

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

Shades of East Side #AA92BD

Tints of East Side #AA92BD

Color information

#AA92BD (or 0xAA92BD) is unknown color: approx East Side. HEX triplet: AA, 92 and BD. RGB value is (170,146,189). Sum of RGB (Red+Green+Blue) = 170+146+189=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA92BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA92BD is #556D42. Grayscale: #9D9D9D. Windows color (decimal): -5598531 or 12423850. OLE color: 12423850.

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

Color convert

RGB170146189-
CMYK0.100.2300.26
HSL273.49º24.57%65.69%-
HSV(B)273.49º22.75%74.12%-
XYZ36.0432.7852.57-
YUV158.08145.45136.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 146 (57.42% from 255) = 28.91%
BLUE value IS 189 (74.22% from 255) = 37.43%
R=33.66%
G=28.91%
B=37.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701461890.100.2300.26273.4924.5765.69
HexAA92BDA1701A1111942
Octal252222275122703242131102
Binary101010101001001010111101101010111011010100010001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA92BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA92BD; }

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

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

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

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

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

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

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

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