#AA7FBA

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

Shades of East Side #AA7FBA

Tints of East Side #AA7FBA

Color information

#AA7FBA (or 0xAA7FBA) is unknown color: approx East Side. HEX triplet: AA, 7F and BA. RGB value is (170,127,186). Sum of RGB (Red+Green+Blue) = 170+127+186=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA7FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7FBA is #558045. Grayscale: #929292. Windows color (decimal): -5603398 or 12222378. OLE color: 12222378.

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

Color convert

RGB170127186-
CMYK0.090.3200.27
HSL283.73º29.95%61.37%-
HSV(B)283.73º31.72%72.94%-
XYZ33.0327.2749.98-
YUV146.58150.25144.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.20%
GREEN value IS 127 (50% from 255) = 26.29%
BLUE value IS 186 (73.05% from 255) = 38.51%
R=35.20%
G=26.29%
B=38.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701271860.090.3200.27283.7329.9561.37
HexAA7FBA92001B11c1e3d
Octal25217727211400334343675
Binary10101010111111110111010100110000001101110001110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7FBA; }

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

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

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

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

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

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

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

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