#A97FC4

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

Shades of East Side #A97FC4

Tints of East Side #A97FC4

Color information

#A97FC4 (or 0xA97FC4) is unknown color: approx East Side. HEX triplet: A9, 7F and C4. RGB value is (169,127,196). Sum of RGB (Red+Green+Blue) = 169+127+196=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 196 (76.95% from 255 or 39.84% from 492); Max value from RGB is 196 - color contains mainly: blue. Hex color #A97FC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97FC4 is #56803B. Grayscale: #939393. Windows color (decimal): -5668924 or 12877737. OLE color: 12877737.

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

Color convert

RGB169127196-
CMYK0.140.3500.23
HSL276.52º36.9%63.33%-
HSV(B)276.52º35.2%76.86%-
XYZ33.9227.655.76-
YUV147.42155.41143.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.35%
GREEN value IS 127 (50% from 255) = 25.81%
BLUE value IS 196 (76.95% from 255) = 39.84%
R=34.35%
G=25.81%
B=39.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1691271960.140.3500.23276.5236.963.33
HexA97FC4E23017115253f
Octal25117730416430274254577
Binary101010011111111110001001110100011010111100010101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97FC4; }

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

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

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

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

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

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

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

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