#A97DC4

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

Shades of East Side #A97DC4

Tints of East Side #A97DC4

Color information

#A97DC4 (or 0xA97DC4) is unknown color: approx East Side. HEX triplet: A9, 7D and C4. RGB value is (169,125,196). Sum of RGB (Red+Green+Blue) = 169+125+196=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 196 (76.95% from 255 or 40% from 490); Max value from RGB is 196 - color contains mainly: blue. Hex color #A97DC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97DC4 is #56823B. Grayscale: #929292. Windows color (decimal): -5669436 or 12877225. OLE color: 12877225.

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

Color convert

RGB169125196-
CMYK0.140.3600.23
HSL277.18º37.57%62.94%-
HSV(B)277.18º36.22%76.86%-
XYZ33.6627.0955.68-
YUV146.25156.08144.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.49%
GREEN value IS 125 (49.22% from 255) = 25.51%
BLUE value IS 196 (76.95% from 255) = 40%
R=34.49%
G=25.51%
B=40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1691251960.140.3600.23277.1837.5762.94
HexA97DC4E24017115263f
Octal25117530416440274254677
Binary101010011111101110001001110100100010111100010101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97DC4; }

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

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

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

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

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

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

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

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