Shades of East Side #A97BCF
Tints of East Side #A97BCF
RGB
CMYK
RGB Variations
Color information
#A97BCF (or 0xA97BCF) is known color: East Side. HEX triplet: A9, 7B and CF. RGB value is (169,123,207). Sum of RGB (Red+Green+Blue) = 169+123+207=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 123 (48.44% from 255 or 24.65% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #A97BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97BCF is #568430. Grayscale: #929292. Windows color (decimal): -5669937 or 13597609. OLE color: 13597609.
HSL color Cylindrical-coordinate representation of color #A97BCF: hue angle of 272.86º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A97BCF is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 123 | 207 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.19 |
| HSL | 272.86º | 0.47% | 0.65% | - |
| HSV(B) | 272.86º | 0.41% | 0.81% | - |
| XYZ | 34.71 | 27.11 | 62.43 | - |
| YUV | 146.33 | 162.24 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 123 | 207 | 0.18 | 0.41 | 0 | 0.19 | 272.86 | 0.47 | 0.65 |
| Hex | A9 | 7B | CF | 12 | 29 | 0 | 13 | 111 | 2F | 41 |
| Octal | 251 | 173 | 317 | 22 | 51 | 0 | 23 | 421 | 57 | 101 |
| Binary | 10101001 | 1111011 | 11001111 | 10010 | 101001 | 0 | 10011 | 100010001 | 101111 | 1000001 |
Color Harmonies of #A97BCF
Complementary color
Monochromatic Colors of #A97BCF
Black with #A97BCF
Text Example
Text Example
White with #A97BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97BCF; }
p { color: rgb(169,123,207); }
H1.HeaderClassName
{
color: #A97BCF;
}
.AnyTagClassName
{
color: #A97BCF;
}
</style>
background-color css
<style>
a { background-color: #A97BCF; }
a { background-color: rgb(169,123,207); }
div.DivClassName
{
background-color: #A97BCF;
}
.BgClassName
{
background-color: #A97BCF;
}
</style>
border-color css
<style>
span { border-color: #A97BCF; }
span { border-color: rgb(169,123,207); }
td.TdClassName
{
border-color: #A97BCF;
}
.TagClassName
{
border-color: #A97BCF;
}
</style>