Shades of East Side #AB7BBA
Tints of East Side #AB7BBA
RGB
CMYK
RGB Variations
Color information
#AB7BBA (or 0xAB7BBA) is known color: East Side. HEX triplet: AB, 7B and BA. RGB value is (171,123,186). Sum of RGB (Red+Green+Blue) = 171+123+186=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB7BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7BBA is #548445. Grayscale: #909090. Windows color (decimal): -5538886 or 12221355. OLE color: 12221355.
HSL color Cylindrical-coordinate representation of color #AB7BBA: hue angle of 285.71º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB7BBA is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 123 | 186 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.27 |
| HSL | 285.71º | 0.31% | 0.61% | - |
| HSV(B) | 285.71º | 0.34% | 0.73% | - |
| XYZ | 32.74 | 26.37 | 49.82 | - |
| YUV | 144.53 | 151.4 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 123 | 186 | 0.08 | 0.34 | 0 | 0.27 | 285.71 | 0.31 | 0.61 |
| Hex | AB | 7B | BA | 8 | 22 | 0 | 1B | 11E | 1F | 3D |
| Octal | 253 | 173 | 272 | 10 | 42 | 0 | 33 | 436 | 37 | 75 |
| Binary | 10101011 | 1111011 | 10111010 | 1000 | 100010 | 0 | 11011 | 100011110 | 11111 | 111101 |
Color Harmonies of #AB7BBA
Complementary color
Monochromatic Colors of #AB7BBA
Black with #AB7BBA
Text Example
Text Example
White with #AB7BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7BBA; }
p { color: rgb(171,123,186); }
H1.HeaderClassName
{
color: #AB7BBA;
}
.AnyTagClassName
{
color: #AB7BBA;
}
</style>
background-color css
<style>
a { background-color: #AB7BBA; }
a { background-color: rgb(171,123,186); }
div.DivClassName
{
background-color: #AB7BBA;
}
.BgClassName
{
background-color: #AB7BBA;
}
</style>
border-color css
<style>
span { border-color: #AB7BBA; }
span { border-color: rgb(171,123,186); }
td.TdClassName
{
border-color: #AB7BBA;
}
.TagClassName
{
border-color: #AB7BBA;
}
</style>