Shades of East Side #AB7BC4
Tints of East Side #AB7BC4
RGB
CMYK
RGB Variations
Color information
#AB7BC4 (or 0xAB7BC4) is known color: East Side. HEX triplet: AB, 7B and C4. RGB value is (171,123,196). Sum of RGB (Red+Green+Blue) = 171+123+196=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 196 (76.95% from 255 or 40% from 490); Max value from RGB is 196 - color contains mainly: blue. Hex color #AB7BC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7BC4 is #54843B. Grayscale: #919191. Windows color (decimal): -5538876 or 12876715. OLE color: 12876715.
HSL color Cylindrical-coordinate representation of color #AB7BC4: hue angle of 279.45º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB7BC4 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 123 | 196 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.23 |
| HSL | 279.45º | 0.38% | 0.63% | - |
| HSV(B) | 279.45º | 0.37% | 0.77% | - |
| XYZ | 33.84 | 26.81 | 55.62 | - |
| YUV | 145.67 | 156.4 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 123 | 196 | 0.13 | 0.37 | 0 | 0.23 | 279.45 | 0.38 | 0.63 |
| Hex | AB | 7B | C4 | D | 25 | 0 | 17 | 117 | 26 | 3F |
| Octal | 253 | 173 | 304 | 15 | 45 | 0 | 27 | 427 | 46 | 77 |
| Binary | 10101011 | 1111011 | 11000100 | 1101 | 100101 | 0 | 10111 | 100010111 | 100110 | 111111 |
Color Harmonies of #AB7BC4
Complementary color
Monochromatic Colors of #AB7BC4
Black with #AB7BC4
Text Example
Text Example
White with #AB7BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7BC4; }
p { color: rgb(171,123,196); }
H1.HeaderClassName
{
color: #AB7BC4;
}
.AnyTagClassName
{
color: #AB7BC4;
}
</style>
background-color css
<style>
a { background-color: #AB7BC4; }
a { background-color: rgb(171,123,196); }
div.DivClassName
{
background-color: #AB7BC4;
}
.BgClassName
{
background-color: #AB7BC4;
}
</style>
border-color css
<style>
span { border-color: #AB7BC4; }
span { border-color: rgb(171,123,196); }
td.TdClassName
{
border-color: #AB7BC4;
}
.TagClassName
{
border-color: #AB7BC4;
}
</style>