#A97DC2

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

Shades of East Side #A97DC2

Tints of East Side #A97DC2

Color information

#A97DC2 (or 0xA97DC2) is unknown color: approx East Side. HEX triplet: A9, 7D and C2. RGB value is (169,125,194). Sum of RGB (Red+Green+Blue) = 169+125+194=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 194 - color contains mainly: blue. Hex color #A97DC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97DC2 is #56823D. Grayscale: #919191. Windows color (decimal): -5669438 or 12746153. OLE color: 12746153.

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

Color convert

RGB169125194-
CMYK0.130.3600.24
HSL278.26º36.13%62.55%-
HSV(B)278.26º35.57%76.08%-
XYZ33.432754.49-
YUV146.02155.08144.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.63%
GREEN value IS 125 (49.22% from 255) = 25.61%
BLUE value IS 194 (76.17% from 255) = 39.75%
R=34.63%
G=25.61%
B=39.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691251940.130.3600.24278.2636.1362.55
HexA97DC2D24018116243f
Octal25117530215440304264477
Binary101010011111101110000101101100100011000100010110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97DC2; }

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

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

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

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

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

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

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

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