#A97BC9

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

Shades of East Side #A97BC9

Tints of East Side #A97BC9

Color information

#A97BC9 (or 0xA97BC9) is unknown color: approx East Side. HEX triplet: A9, 7B and C9. RGB value is (169,123,201). Sum of RGB (Red+Green+Blue) = 169+123+201=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 123 (48.44% from 255 or 24.95% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 201 - color contains mainly: blue. Hex color #A97BC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97BC9 is #568436. Grayscale: #919191. Windows color (decimal): -5669943 or 13204393. OLE color: 13204393.

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

Color convert

RGB169123201-
CMYK0.160.3900.21
HSL275.38º41.94%63.53%-
HSV(B)275.38º38.81%78.82%-
XYZ33.9926.8258.64-
YUV145.65159.24144.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.28%
GREEN value IS 123 (48.44% from 255) = 24.95%
BLUE value IS 201 (78.91% from 255) = 40.77%
R=34.28%
G=24.95%
B=40.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691232010.160.3900.21275.3841.9463.53
HexA97BC910270151132a40
Octal251173311204702542352100
Binary10101001111101111001001100001001110101011000100111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97BC9; }

 p { color: rgb(169,123,201); }

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

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

 a { background-color: rgb(169,123,201); }

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

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

 span { border-color: rgb(169,123,201); }

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