Shades of East Side #A97BCC
Tints of East Side #A97BCC
RGB
CMYK
RGB Variations
Color information
#A97BCC (or 0xA97BCC) is known color: East Side. HEX triplet: A9, 7B and CC. RGB value is (169,123,204). Sum of RGB (Red+Green+Blue) = 169+123+204=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 123 (48.44% from 255 or 24.80% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #A97BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97BCC is #568433. Grayscale: #919191. Windows color (decimal): -5669940 or 13401001. OLE color: 13401001.
HSL color Cylindrical-coordinate representation of color #A97BCC: hue angle of 274.07º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A97BCC is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 123 | 204 | - |
| CMYK | 0.17 | 0.40 | 0 | 0.2 |
| HSL | 274.07º | 0.44% | 0.64% | - |
| HSV(B) | 274.07º | 0.4% | 0.8% | - |
| XYZ | 34.34 | 26.96 | 60.52 | - |
| YUV | 145.99 | 160.74 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 123 | 204 | 0.17 | 0.40 | 0 | 0.2 | 274.07 | 0.44 | 0.64 |
| Hex | A9 | 7B | CC | 11 | 28 | 0 | 14 | 112 | 2C | 40 |
| Octal | 251 | 173 | 314 | 21 | 50 | 0 | 24 | 422 | 54 | 100 |
| Binary | 10101001 | 1111011 | 11001100 | 10001 | 101000 | 0 | 10100 | 100010010 | 101100 | 1000000 |
Color Harmonies of #A97BCC
Complementary color
Monochromatic Colors of #A97BCC
Black with #A97BCC
Text Example
Text Example
White with #A97BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97BCC; }
p { color: rgb(169,123,204); }
H1.HeaderClassName
{
color: #A97BCC;
}
.AnyTagClassName
{
color: #A97BCC;
}
</style>
background-color css
<style>
a { background-color: #A97BCC; }
a { background-color: rgb(169,123,204); }
div.DivClassName
{
background-color: #A97BCC;
}
.BgClassName
{
background-color: #A97BCC;
}
</style>
border-color css
<style>
span { border-color: #A97BCC; }
span { border-color: rgb(169,123,204); }
td.TdClassName
{
border-color: #A97BCC;
}
.TagClassName
{
border-color: #A97BCC;
}
</style>