#AA7BB0

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

Shades of East Side #AA7BB0

Tints of East Side #AA7BB0

Color information

#AA7BB0 (or 0xAA7BB0) is unknown color: approx East Side. HEX triplet: AA, 7B and B0. RGB value is (170,123,176). Sum of RGB (Red+Green+Blue) = 170+123+176=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 176 (69.14% from 255 or 37.53% from 469); Max value from RGB is 176 - color contains mainly: blue. Hex color #AA7BB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7BB0 is #55844F. Grayscale: #8E8E8E. Windows color (decimal): -5604432 or 11565994. OLE color: 11565994.

HSL color Cylindrical-coordinate representation of color #AA7BB0: hue angle of 293.21º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA7BB0 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB170123176-
CMYK0.030.3000.31
HSL293.21º25.12%58.63%-
HSV(B)293.21º30.11%69.02%-
XYZ31.525.8544.4-
YUV143.1146.57147.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.25%
GREEN value IS 123 (48.44% from 255) = 26.23%
BLUE value IS 176 (69.14% from 255) = 37.53%
R=36.25%
G=26.23%
B=37.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701231760.030.3000.31293.2125.1258.63
HexAA7BB031E01F125193b
Octal2521732603360374453173
Binary10101010111101110110000111111001111110010010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7BB0; }

 p { color: rgb(170,123,176); }

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

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

 a { background-color: rgb(170,123,176); }

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

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

 span { border-color: rgb(170,123,176); }

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