#A97BCA

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

Shades of East Side #A97BCA

Tints of East Side #A97BCA

Color information

#A97BCA (or 0xA97BCA) is unknown color: approx East Side. HEX triplet: A9, 7B and CA. RGB value is (169,123,202). Sum of RGB (Red+Green+Blue) = 169+123+202=494 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.21% from 494); Green value is 123 (48.44% from 255 or 24.90% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #A97BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97BCA is #568435. Grayscale: #919191. Windows color (decimal): -5669942 or 13269929. OLE color: 13269929.

HSL color Cylindrical-coordinate representation of color #A97BCA: hue angle of 274.94º degrees, saturation: 0.43, 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 #A97BCA is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB169123202-
CMYK0.160.3900.21
HSL274.94º42.7%63.73%-
HSV(B)274.94º39.11%79.22%-
XYZ34.1126.8759.27-
YUV145.76159.74144.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.21%
GREEN value IS 123 (48.44% from 255) = 24.90%
BLUE value IS 202 (79.30% from 255) = 40.89%
R=34.21%
G=24.90%
B=40.89%

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
Decimal1691232020.160.3900.21274.9442.763.73
HexA97BCA10270151132b40
Octal251173312204702542353100
Binary10101001111101111001010100001001110101011000100111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97BCA; }

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

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

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

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

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

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

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

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