#A97EBC

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

Shades of East Side #A97EBC

Tints of East Side #A97EBC

Color information

#A97EBC (or 0xA97EBC) is unknown color: approx East Side. HEX triplet: A9, 7E and BC. RGB value is (169,126,188). Sum of RGB (Red+Green+Blue) = 169+126+188=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #A97EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97EBC is #568143. Grayscale: #919191. Windows color (decimal): -5669188 or 12353193. OLE color: 12353193.

HSL color Cylindrical-coordinate representation of color #A97EBC: hue angle of 281.61º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A97EBC is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB169126188-
CMYK0.100.3300.26
HSL281.61º31.63%61.57%-
HSV(B)281.61º32.98%73.73%-
XYZ32.926.9951.05-
YUV145.93151.75144.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.99%
GREEN value IS 126 (49.61% from 255) = 26.09%
BLUE value IS 188 (73.83% from 255) = 38.92%
R=34.99%
G=26.09%
B=38.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691261880.100.3300.26281.6131.6361.57
HexA97EBCA2101A11a203e
Octal25117627412410324324076
Binary101010011111110101111001010100001011010100011010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97EBC; }

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

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

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

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

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

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

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

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