#A97ECE

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

Shades of East Side #A97ECE

Tints of East Side #A97ECE

Color information

#A97ECE (or 0xA97ECE) is unknown color: approx East Side. HEX triplet: A9, 7E and CE. RGB value is (169,126,206). Sum of RGB (Red+Green+Blue) = 169+126+206=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 126 (49.61% from 255 or 25.15% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #A97ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97ECE is #568131. Grayscale: #939393. Windows color (decimal): -5669170 or 13532841. OLE color: 13532841.

HSL color Cylindrical-coordinate representation of color #A97ECE: hue angle of 272.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A97ECE is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB169126206-
CMYK0.180.3900.19
HSL272.25º44.94%65.1%-
HSV(B)272.25º38.83%80.78%-
XYZ34.9627.8161.92-
YUV147.98160.75143-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.73%
GREEN value IS 126 (49.61% from 255) = 25.15%
BLUE value IS 206 (80.86% from 255) = 41.12%
R=33.73%
G=25.15%
B=41.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1691262060.180.3900.19272.2544.9465.1
HexA97ECE12270131102d41
Octal251176316224702342055101
Binary10101001111111011001110100101001110100111000100001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97ECE; }

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

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

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

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

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

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

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

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