#A97DC5

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

Shades of East Side #A97DC5

Tints of East Side #A97DC5

Color information

#A97DC5 (or 0xA97DC5) is unknown color: approx East Side. HEX triplet: A9, 7D and C5. RGB value is (169,125,197). Sum of RGB (Red+Green+Blue) = 169+125+197=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 197 (77.34% from 255 or 40.12% from 491); Max value from RGB is 197 - color contains mainly: blue. Hex color #A97DC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97DC5 is #56823A. Grayscale: #929292. Windows color (decimal): -5669435 or 12942761. OLE color: 12942761.

HSL color Cylindrical-coordinate representation of color #A97DC5: hue angle of 276.67º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A97DC5 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB169125197-
CMYK0.140.3700.23
HSL276.67º38.3%63.14%-
HSV(B)276.67º36.55%77.25%-
XYZ33.7727.1356.28-
YUV146.36156.58144.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.42%
GREEN value IS 125 (49.22% from 255) = 25.46%
BLUE value IS 197 (77.34% from 255) = 40.12%
R=34.42%
G=25.46%
B=40.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1691251970.140.3700.23276.6738.363.14
HexA97DC5E25017115263f
Octal25117530516450274254677
Binary101010011111101110001011110100101010111100010101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97DC5; }

 p { color: rgb(169,125,197); }

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

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

 a { background-color: rgb(169,125,197); }

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

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

 span { border-color: rgb(169,125,197); }

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