#AA7ABA

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

Shades of East Side #AA7ABA

Tints of East Side #AA7ABA

Color information

#AA7ABA (or 0xAA7ABA) is unknown color: approx East Side. HEX triplet: AA, 7A and BA. RGB value is (170,122,186). Sum of RGB (Red+Green+Blue) = 170+122+186=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA7ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7ABA is #558545. Grayscale: #8F8F8F. Windows color (decimal): -5604678 or 12221098. OLE color: 12221098.

HSL color Cylindrical-coordinate representation of color #AA7ABA: hue angle of 285º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA7ABA is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170122186-
CMYK0.090.3400.27
HSL285º31.68%60.39%-
HSV(B)285º34.41%72.94%-
XYZ32.426.0149.77-
YUV143.65151.9146.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.56%
GREEN value IS 122 (48.05% from 255) = 25.52%
BLUE value IS 186 (73.05% from 255) = 38.91%
R=35.56%
G=25.52%
B=38.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701221860.090.3400.2728531.6860.39
HexAA7ABA92201B11d203c
Octal25217227211420334354074
Binary101010101111010101110101001100010011011100011101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7ABA; }

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

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

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

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

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

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

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

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