Shades of East Side #A97BC1
Tints of East Side #A97BC1
RGB
CMYK
RGB Variations
Color information
#A97BC1 (or 0xA97BC1) is known color: East Side. HEX triplet: A9, 7B and C1. RGB value is (169,123,193). Sum of RGB (Red+Green+Blue) = 169+123+193=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 193 - color contains mainly: blue. Hex color #A97BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97BC1 is #56843E. Grayscale: #909090. Windows color (decimal): -5669951 or 12680105. OLE color: 12680105.
HSL color Cylindrical-coordinate representation of color #A97BC1: hue angle of 279.43º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A97BC1 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 123 | 193 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.24 |
| HSL | 279.43º | 0.36% | 0.62% | - |
| HSV(B) | 279.43º | 0.36% | 0.76% | - |
| XYZ | 33.07 | 26.45 | 53.81 | - |
| YUV | 144.73 | 155.24 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 123 | 193 | 0.12 | 0.36 | 0 | 0.24 | 279.43 | 0.36 | 0.62 |
| Hex | A9 | 7B | C1 | C | 24 | 0 | 18 | 117 | 24 | 3E |
| Octal | 251 | 173 | 301 | 14 | 44 | 0 | 30 | 427 | 44 | 76 |
| Binary | 10101001 | 1111011 | 11000001 | 1100 | 100100 | 0 | 11000 | 100010111 | 100100 | 111110 |
Color Harmonies of #A97BC1
Complementary color
Monochromatic Colors of #A97BC1
Black with #A97BC1
Text Example
Text Example
White with #A97BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97BC1; }
p { color: rgb(169,123,193); }
H1.HeaderClassName
{
color: #A97BC1;
}
.AnyTagClassName
{
color: #A97BC1;
}
</style>
background-color css
<style>
a { background-color: #A97BC1; }
a { background-color: rgb(169,123,193); }
div.DivClassName
{
background-color: #A97BC1;
}
.BgClassName
{
background-color: #A97BC1;
}
</style>
border-color css
<style>
span { border-color: #A97BC1; }
span { border-color: rgb(169,123,193); }
td.TdClassName
{
border-color: #A97BC1;
}
.TagClassName
{
border-color: #A97BC1;
}
</style>