#AA7BB1

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

Shades of East Side #AA7BB1

Tints of East Side #AA7BB1

Color information

#AA7BB1 (or 0xAA7BB1) is unknown color: approx East Side. HEX triplet: AA, 7B and B1. RGB value is (170,123,177). Sum of RGB (Red+Green+Blue) = 170+123+177=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 177 (69.53% from 255 or 37.66% from 470); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA7BB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7BB1 is #55844E. Grayscale: #8F8F8F. Windows color (decimal): -5604431 or 11631530. OLE color: 11631530.

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

Color convert

RGB170123177-
CMYK0.040.3100.31
HSL292.22º25.71%58.82%-
HSV(B)292.22º30.51%69.41%-
XYZ31.625.8944.93-
YUV143.21147.07147.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.17%
GREEN value IS 123 (48.44% from 255) = 26.17%
BLUE value IS 177 (69.53% from 255) = 37.66%
R=36.17%
G=26.17%
B=37.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701231770.040.3100.31292.2225.7158.82
HexAA7BB141F01F1241a3b
Octal2521732614370374443273
Binary101010101111011101100011001111101111110010010011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7BB1; }

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

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

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

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

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

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

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

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