#A97DCA

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

Shades of East Side #A97DCA

Tints of East Side #A97DCA

Color information

#A97DCA (or 0xA97DCA) is unknown color: approx East Side. HEX triplet: A9, 7D and CA. RGB value is (169,125,202). Sum of RGB (Red+Green+Blue) = 169+125+202=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #A97DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97DCA is #568235. Grayscale: #929292. Windows color (decimal): -5669430 or 13270441. OLE color: 13270441.

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

Color convert

RGB169125202-
CMYK0.160.3800.21
HSL274.29º42.08%64.12%-
HSV(B)274.29º38.12%79.22%-
XYZ34.3627.3759.35-
YUV146.93159.08143.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.07%
GREEN value IS 125 (49.22% from 255) = 25.20%
BLUE value IS 202 (79.30% from 255) = 40.73%
R=34.07%
G=25.20%
B=40.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691252020.160.3800.21274.2942.0864.12
HexA97DCA10260151122a40
Octal251175312204602542252100
Binary10101001111110111001010100001001100101011000100101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97DCA; }

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

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

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

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

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

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

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

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