#A97EC6

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

Shades of East Side #A97EC6

Tints of East Side #A97EC6

Color information

#A97EC6 (or 0xA97EC6) is unknown color: approx East Side. HEX triplet: A9, 7E and C6. RGB value is (169,126,198). Sum of RGB (Red+Green+Blue) = 169+126+198=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 198 - color contains mainly: blue. Hex color #A97EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97EC6 is #568139. Grayscale: #929292. Windows color (decimal): -5669178 or 13008553. OLE color: 13008553.

HSL color Cylindrical-coordinate representation of color #A97EC6: hue angle of 275.83º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A97EC6 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB169126198-
CMYK0.150.3600.22
HSL275.83º38.71%63.53%-
HSV(B)275.83º36.36%77.65%-
XYZ34.0227.4356.93-
YUV147.06156.75143.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.28%
GREEN value IS 126 (49.61% from 255) = 25.56%
BLUE value IS 198 (77.73% from 255) = 40.16%
R=34.28%
G=25.56%
B=40.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1691261980.150.3600.22275.8338.7163.53
HexA97EC6F240161142740
Octal251176306174402642447100
Binary1010100111111101100011011111001000101101000101001001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97EC6; }

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

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

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

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

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

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

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

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