#A97EBA

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

Shades of East Side #A97EBA

Tints of East Side #A97EBA

Color information

#A97EBA (or 0xA97EBA) is unknown color: approx East Side. HEX triplet: A9, 7E and BA. RGB value is (169,126,186). Sum of RGB (Red+Green+Blue) = 169+126+186=481 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.14% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #A97EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97EBA is #568145. Grayscale: #919191. Windows color (decimal): -5669190 or 12222121. OLE color: 12222121.

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

Color convert

RGB169126186-
CMYK0.090.3200.27
HSL283º30.3%61.18%-
HSV(B)283º32.26%72.94%-
XYZ32.6926.949.92-
YUV145.7150.75144.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.14%
GREEN value IS 126 (49.61% from 255) = 26.20%
BLUE value IS 186 (73.05% from 255) = 38.67%
R=35.14%
G=26.20%
B=38.67%

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
Decimal1691261860.090.3200.2728330.361.18
HexA97EBA92001B11b1e3d
Octal25117627211400334333675
Binary10101001111111010111010100110000001101110001101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97EBA; }

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

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

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

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

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

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

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

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