Shades of East Side #AB7BCE
Tints of East Side #AB7BCE
RGB
CMYK
RGB Variations
Color information
#AB7BCE (or 0xAB7BCE) is known color: East Side. HEX triplet: AB, 7B and CE. RGB value is (171,123,206). Sum of RGB (Red+Green+Blue) = 171+123+206=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 123 (48.44% from 255 or 24.6% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB7BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7BCE is #548431. Grayscale: #929292. Windows color (decimal): -5538866 or 13532075. OLE color: 13532075.
HSL color Cylindrical-coordinate representation of color #AB7BCE: hue angle of 274.7º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB7BCE is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 123 | 206 | - |
| CMYK | 0.17 | 0.40 | 0 | 0.19 |
| HSL | 274.7º | 0.46% | 0.65% | - |
| HSV(B) | 274.7º | 0.4% | 0.81% | - |
| XYZ | 35.02 | 27.28 | 61.81 | - |
| YUV | 146.81 | 161.4 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 123 | 206 | 0.17 | 0.40 | 0 | 0.19 | 274.7 | 0.46 | 0.65 |
| Hex | AB | 7B | CE | 11 | 28 | 0 | 13 | 113 | 2E | 41 |
| Octal | 253 | 173 | 316 | 21 | 50 | 0 | 23 | 423 | 56 | 101 |
| Binary | 10101011 | 1111011 | 11001110 | 10001 | 101000 | 0 | 10011 | 100010011 | 101110 | 1000001 |
Color Harmonies of #AB7BCE
Complementary color
Monochromatic Colors of #AB7BCE
Black with #AB7BCE
Text Example
Text Example
White with #AB7BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7BCE; }
p { color: rgb(171,123,206); }
H1.HeaderClassName
{
color: #AB7BCE;
}
.AnyTagClassName
{
color: #AB7BCE;
}
</style>
background-color css
<style>
a { background-color: #AB7BCE; }
a { background-color: rgb(171,123,206); }
div.DivClassName
{
background-color: #AB7BCE;
}
.BgClassName
{
background-color: #AB7BCE;
}
</style>
border-color css
<style>
span { border-color: #AB7BCE; }
span { border-color: rgb(171,123,206); }
td.TdClassName
{
border-color: #AB7BCE;
}
.TagClassName
{
border-color: #AB7BCE;
}
</style>