#A97AC2

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

Shades of East Side #A97AC2

Tints of East Side #A97AC2

Color information

#A97AC2 (or 0xA97AC2) is unknown color: approx East Side. HEX triplet: A9, 7A and C2. RGB value is (169,122,194). Sum of RGB (Red+Green+Blue) = 169+122+194=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 194 (76.17% from 255 or 40% from 485); Max value from RGB is 194 - color contains mainly: blue. Hex color #A97AC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97AC2 is #56853D. Grayscale: #909090. Windows color (decimal): -5670206 or 12745385. OLE color: 12745385.

HSL color Cylindrical-coordinate representation of color #A97AC2: hue angle of 279.17º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A97AC2 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB169122194-
CMYK0.130.3700.24
HSL279.17º37.11%61.96%-
HSV(B)279.17º37.11%76.08%-
XYZ33.0626.2554.36-
YUV144.26156.07145.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.85%
GREEN value IS 122 (48.05% from 255) = 25.15%
BLUE value IS 194 (76.17% from 255) = 40%
R=34.85%
G=25.15%
B=40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691221940.130.3700.24279.1737.1161.96
HexA97AC2D25018117253e
Octal25117230215450304274576
Binary101010011111010110000101101100101011000100010111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97AC2; }

 p { color: rgb(169,122,194); }

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

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

 a { background-color: rgb(169,122,194); }

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

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

 span { border-color: rgb(169,122,194); }

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