#A97CC4

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

Shades of East Side #A97CC4

Tints of East Side #A97CC4

Color information

#A97CC4 (or 0xA97CC4) is unknown color: approx East Side. HEX triplet: A9, 7C and C4. RGB value is (169,124,196). Sum of RGB (Red+Green+Blue) = 169+124+196=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 196 (76.95% from 255 or 40.08% from 489); Max value from RGB is 196 - color contains mainly: blue. Hex color #A97CC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97CC4 is #56833B. Grayscale: #919191. Windows color (decimal): -5669692 or 12876969. OLE color: 12876969.

HSL color Cylindrical-coordinate representation of color #A97CC4: hue angle of 277.5º 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 #A97CC4 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB169124196-
CMYK0.140.3700.23
HSL277.5º37.89%62.75%-
HSV(B)277.5º36.73%76.86%-
XYZ33.5326.8455.64-
YUV145.66156.41144.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.56%
GREEN value IS 124 (48.83% from 255) = 25.36%
BLUE value IS 196 (76.95% from 255) = 40.08%
R=34.56%
G=25.36%
B=40.08%

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
Decimal1691241960.140.3700.23277.537.8962.75
HexA97CC4E25017116263f
Octal25117430416450274264677
Binary101010011111100110001001110100101010111100010110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97CC4; }

 p { color: rgb(169,124,196); }

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

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

 a { background-color: rgb(169,124,196); }

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

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

 span { border-color: rgb(169,124,196); }

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