#A97ECA

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

Shades of East Side #A97ECA

Tints of East Side #A97ECA

Color information

#A97ECA (or 0xA97ECA) is unknown color: approx East Side. HEX triplet: A9, 7E and CA. RGB value is (169,126,202). Sum of RGB (Red+Green+Blue) = 169+126+202=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 126 (49.61% from 255 or 25.35% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #A97ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97ECA is #568135. Grayscale: #939393. Windows color (decimal): -5669174 or 13270697. OLE color: 13270697.

HSL color Cylindrical-coordinate representation of color #A97ECA: hue angle of 273.95º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A97ECA is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB169126202-
CMYK0.160.3800.21
HSL273.95º41.76%64.31%-
HSV(B)273.95º37.62%79.22%-
XYZ34.4827.6259.39-
YUV147.52158.75143.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.00%
GREEN value IS 126 (49.61% from 255) = 25.35%
BLUE value IS 202 (79.30% from 255) = 40.64%
R=34.00%
G=25.35%
B=40.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691262020.160.3800.21273.9541.7664.31
HexA97ECA10260151122a40
Octal251176312204602542252100
Binary10101001111111011001010100001001100101011000100101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97ECA; }

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

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

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

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

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

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

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

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