Shades of East Side #A97BCB
Tints of East Side #A97BCB
RGB
CMYK
RGB Variations
Color information
#A97BCB (or 0xA97BCB) is known color: East Side. HEX triplet: A9, 7B and CB. RGB value is (169,123,203). Sum of RGB (Red+Green+Blue) = 169+123+203=495 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.14% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #A97BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97BCB is #568434. Grayscale: #919191. Windows color (decimal): -5669941 or 13335465. OLE color: 13335465.
HSL color Cylindrical-coordinate representation of color #A97BCB: hue angle of 274.5º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A97BCB is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 123 | 203 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.20 |
| HSL | 274.5º | 0.43% | 0.64% | - |
| HSV(B) | 274.5º | 0.39% | 0.8% | - |
| XYZ | 34.22 | 26.91 | 59.89 | - |
| YUV | 145.87 | 160.24 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 123 | 203 | 0.17 | 0.39 | 0 | 0.20 | 274.5 | 0.43 | 0.64 |
| Hex | A9 | 7B | CB | 11 | 27 | 0 | 14 | 112 | 2B | 40 |
| Octal | 251 | 173 | 313 | 21 | 47 | 0 | 24 | 422 | 53 | 100 |
| Binary | 10101001 | 1111011 | 11001011 | 10001 | 100111 | 0 | 10100 | 100010010 | 101011 | 1000000 |
Color Harmonies of #A97BCB
Complementary color
Monochromatic Colors of #A97BCB
Black with #A97BCB
Text Example
Text Example
White with #A97BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97BCB; }
p { color: rgb(169,123,203); }
H1.HeaderClassName
{
color: #A97BCB;
}
.AnyTagClassName
{
color: #A97BCB;
}
</style>
background-color css
<style>
a { background-color: #A97BCB; }
a { background-color: rgb(169,123,203); }
div.DivClassName
{
background-color: #A97BCB;
}
.BgClassName
{
background-color: #A97BCB;
}
</style>
border-color css
<style>
span { border-color: #A97BCB; }
span { border-color: rgb(169,123,203); }
td.TdClassName
{
border-color: #A97BCB;
}
.TagClassName
{
border-color: #A97BCB;
}
</style>