#A97FCA

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

Shades of East Side #A97FCA

Tints of East Side #A97FCA

Color information

#A97FCA (or 0xA97FCA) is unknown color: approx East Side. HEX triplet: A9, 7F and CA. RGB value is (169,127,202). Sum of RGB (Red+Green+Blue) = 169+127+202=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #A97FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97FCA is #568035. Grayscale: #939393. Windows color (decimal): -5668918 or 13270953. OLE color: 13270953.

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

Color convert

RGB169127202-
CMYK0.160.3700.21
HSL273.6º41.44%64.51%-
HSV(B)273.6º37.13%79.22%-
XYZ34.6127.8859.43-
YUV148.11158.41142.9-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.94%
GREEN value IS 127 (50% from 255) = 25.50%
BLUE value IS 202 (79.30% from 255) = 40.56%
R=33.94%
G=25.50%
B=40.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691272020.160.3700.21273.641.4464.51
HexA97FCA10250151122941
Octal251177312204502542251101
Binary10101001111111111001010100001001010101011000100101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97FCA; }

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

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

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

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

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

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

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

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