Shades of East Side #A97CAF
Tints of East Side #A97CAF
RGB
CMYK
RGB Variations
Color information
#A97CAF (or 0xA97CAF) is known color: 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
| RGB | 169 | 124 | 175 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.31 |
| HSL | 292.94º | 0.24% | 0.59% | - |
| HSV(B) | 292.94º | 0.29% | 0.69% | - |
| XYZ | 31.31 | 25.95 | 43.92 | - |
| YUV | 143.27 | 145.91 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 124 | 175 | 0.03 | 0.29 | 0 | 0.31 | 292.94 | 0.24 | 0.59 |
| Hex | A9 | 7C | AF | 3 | 1D | 0 | 1F | 125 | 18 | 3B |
| Octal | 251 | 174 | 257 | 3 | 35 | 0 | 37 | 445 | 30 | 73 |
| Binary | 10101001 | 1111100 | 10101111 | 11 | 11101 | 0 | 11111 | 100100101 | 11000 | 111011 |
Color Harmonies of #A97CAF
Complementary color
Monochromatic Colors of #A97CAF
Black with #A97CAF
Text Example
Text Example
White with #A97CAF
Text Example
Text Example
HTML Codes & Css Web 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>