#AA92B4

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

Shades of East Side #AA92B4

Tints of East Side #AA92B4

Color information

#AA92B4 (or 0xAA92B4) is unknown color: approx East Side. HEX triplet: AA, 92 and B4. RGB value is (170,146,180). Sum of RGB (Red+Green+Blue) = 170+146+180=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 146 (57.42% from 255 or 29.44% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA92B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA92B4 is #556D4B. Grayscale: #9C9C9C. Windows color (decimal): -5598540 or 11834026. OLE color: 11834026.

HSL color Cylindrical-coordinate representation of color #AA92B4: hue angle of 282.35º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA92B4 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB170146180-
CMYK0.060.1900.29
HSL282.35º18.48%63.92%-
HSV(B)282.35º18.89%70.59%-
XYZ35.0932.447.58-
YUV157.05140.95137.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.27%
GREEN value IS 146 (57.42% from 255) = 29.44%
BLUE value IS 180 (70.70% from 255) = 36.29%
R=34.27%
G=29.44%
B=36.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701461800.060.1900.29282.3518.4863.92
HexAA92B461301D11a1240
Octal25222226462303543222100
Binary10101010100100101011010011010011011101100011010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA92B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA92B4; }

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

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

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

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

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

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

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

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