Shades of East Side #AB7DB7
Tints of East Side #AB7DB7
RGB
CMYK
RGB Variations
Color information
#AB7DB7 (or 0xAB7DB7) is known color: East Side. HEX triplet: AB, 7D and B7. RGB value is (171,125,183). Sum of RGB (Red+Green+Blue) = 171+125+183=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 183 (71.88% from 255 or 38.20% from 479); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB7DB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7DB7 is #548248. Grayscale: #919191. Windows color (decimal): -5538377 or 12025259. OLE color: 12025259.
HSL color Cylindrical-coordinate representation of color #AB7DB7: hue angle of 287.59º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB7DB7 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 125 | 183 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.28 |
| HSL | 287.59º | 0.29% | 0.6% | - |
| HSV(B) | 287.59º | 0.32% | 0.72% | - |
| XYZ | 32.68 | 26.74 | 48.24 | - |
| YUV | 145.37 | 149.24 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 125 | 183 | 0.07 | 0.32 | 0 | 0.28 | 287.59 | 0.29 | 0.6 |
| Hex | AB | 7D | B7 | 7 | 20 | 0 | 1C | 120 | 1D | 3C |
| Octal | 253 | 175 | 267 | 7 | 40 | 0 | 34 | 440 | 35 | 74 |
| Binary | 10101011 | 1111101 | 10110111 | 111 | 100000 | 0 | 11100 | 100100000 | 11101 | 111100 |
Color Harmonies of #AB7DB7
Complementary color
Monochromatic Colors of #AB7DB7
Black with #AB7DB7
Text Example
Text Example
White with #AB7DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7DB7; }
p { color: rgb(171,125,183); }
H1.HeaderClassName
{
color: #AB7DB7;
}
.AnyTagClassName
{
color: #AB7DB7;
}
</style>
background-color css
<style>
a { background-color: #AB7DB7; }
a { background-color: rgb(171,125,183); }
div.DivClassName
{
background-color: #AB7DB7;
}
.BgClassName
{
background-color: #AB7DB7;
}
</style>
border-color css
<style>
span { border-color: #AB7DB7; }
span { border-color: rgb(171,125,183); }
td.TdClassName
{
border-color: #AB7DB7;
}
.TagClassName
{
border-color: #AB7DB7;
}
</style>