#A97CAF

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

Shades of East Side #A97CAF

Tints of East Side #A97CAF

Color information

#A97CAF (or 0xA97CAF) is unknown color: approx East Side. HEX triplet: A9, 7C and AF. RGB value is (169,124,175). Sum of RGB (Red+Green+Blue) = 169+124+175=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 175 - color contains mainly: blue. Hex color #A97CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97CAF is #568350. Grayscale: #8F8F8F. Windows color (decimal): -5669713 or 11500713. OLE color: 11500713.

HSL color Cylindrical-coordinate representation of color #A97CAF: hue angle of 292.94º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A97CAF is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB169124175-
CMYK0.030.2900.31
HSL292.94º24.17%58.63%-
HSV(B)292.94º29.14%68.63%-
XYZ31.3125.9543.92-
YUV143.27145.91146.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.11%
GREEN value IS 124 (48.83% from 255) = 26.50%
BLUE value IS 175 (68.75% from 255) = 37.39%
R=36.11%
G=26.50%
B=37.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691241750.030.2900.31292.9424.1758.63
HexA97CAF31D01F125183b
Octal2511742573350374453073
Binary10101001111110010101111111110101111110010010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97CAF; }

 p { color: rgb(169,124,175); }

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

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

 a { background-color: rgb(169,124,175); }

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

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

 span { border-color: rgb(169,124,175); }

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