#A97ECC

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

Shades of East Side #A97ECC

Tints of East Side #A97ECC

Color information

#A97ECC (or 0xA97ECC) is unknown color: approx East Side. HEX triplet: A9, 7E and CC. RGB value is (169,126,204). Sum of RGB (Red+Green+Blue) = 169+126+204=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #A97ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97ECC is #568133. Grayscale: #939393. Windows color (decimal): -5669172 or 13401769. OLE color: 13401769.

HSL color Cylindrical-coordinate representation of color #A97ECC: hue angle of 273.08º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A97ECC is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB169126204-
CMYK0.170.3800.2
HSL273.08º43.33%64.71%-
HSV(B)273.08º38.24%80%-
XYZ34.7227.7260.65-
YUV147.75159.75143.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.87%
GREEN value IS 126 (49.61% from 255) = 25.25%
BLUE value IS 204 (80.08% from 255) = 40.88%
R=33.87%
G=25.25%
B=40.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1691262040.170.3800.2273.0843.3364.71
HexA97ECC11260141112b41
Octal251176314214602442153101
Binary10101001111111011001100100011001100101001000100011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97ECC; }

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

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

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

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

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

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

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

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