#A97EB9

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

Shades of East Side #A97EB9

Tints of East Side #A97EB9

Color information

#A97EB9 (or 0xA97EB9) is unknown color: approx East Side. HEX triplet: A9, 7E and B9. RGB value is (169,126,185). Sum of RGB (Red+Green+Blue) = 169+126+185=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 185 - color contains mainly: blue. Hex color #A97EB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97EB9 is #568146. Grayscale: #919191. Windows color (decimal): -5669191 or 12156585. OLE color: 12156585.

HSL color Cylindrical-coordinate representation of color #A97EB9: 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 #A97EB9 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169126185-
CMYK0.090.3200.27
HSL283.73º29.65%60.98%-
HSV(B)283.73º31.89%72.55%-
XYZ32.5826.8649.37-
YUV145.58150.25144.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.21%
GREEN value IS 126 (49.61% from 255) = 26.25%
BLUE value IS 185 (72.66% from 255) = 38.54%
R=35.21%
G=26.25%
B=38.54%

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
Decimal1691261850.090.3200.27283.7329.6560.98
HexA97EB992001B11c1e3d
Octal25117627111400334343675
Binary10101001111111010111001100110000001101110001110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97EB9; }

 p { color: rgb(169,126,185); }

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

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

 a { background-color: rgb(169,126,185); }

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

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

 span { border-color: rgb(169,126,185); }

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