#AA7AB1

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

Shades of East Side #AA7AB1

Tints of East Side #AA7AB1

Color information

#AA7AB1 (or 0xAA7AB1) is unknown color: approx East Side. HEX triplet: AA, 7A and B1. RGB value is (170,122,177). Sum of RGB (Red+Green+Blue) = 170+122+177=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA7AB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7AB1 is #55854E. Grayscale: #8E8E8E. Windows color (decimal): -5604687 or 11631274. OLE color: 11631274.

HSL color Cylindrical-coordinate representation of color #AA7AB1: hue angle of 292.36º 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 #AA7AB1 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB170122177-
CMYK0.040.3100.31
HSL292.36º26.07%58.63%-
HSV(B)292.36º31.07%69.41%-
XYZ31.4725.6444.89-
YUV142.62147.4147.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.25%
GREEN value IS 122 (48.05% from 255) = 26.01%
BLUE value IS 177 (69.53% from 255) = 37.74%
R=36.25%
G=26.01%
B=37.74%

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
Decimal1701221770.040.3100.31292.3626.0758.63
HexAA7AB141F01F1241a3b
Octal2521722614370374443273
Binary101010101111010101100011001111101111110010010011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7AB1; }

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

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

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

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

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

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

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

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