Shades of East Side #AB75BB
Tints of East Side #AB75BB
RGB
CMYK
RGB Variations
Color information
#AB75BB (or 0xAB75BB) is known color: East Side. HEX triplet: AB, 75 and BB. RGB value is (171,117,187). Sum of RGB (Red+Green+Blue) = 171+117+187=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB75BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB75BB is #548A44. Grayscale: #8C8C8C. Windows color (decimal): -5540421 or 12285355. OLE color: 12285355.
HSL color Cylindrical-coordinate representation of color #AB75BB: hue angle of 286.29º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB75BB is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 117 | 187 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.27 |
| HSL | 286.29º | 0.34% | 0.6% | - |
| HSV(B) | 286.29º | 0.37% | 0.73% | - |
| XYZ | 32.13 | 24.97 | 50.14 | - |
| YUV | 141.13 | 153.89 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 117 | 187 | 0.09 | 0.37 | 0 | 0.27 | 286.29 | 0.34 | 0.6 |
| Hex | AB | 75 | BB | 9 | 25 | 0 | 1B | 11E | 22 | 3C |
| Octal | 253 | 165 | 273 | 11 | 45 | 0 | 33 | 436 | 42 | 74 |
| Binary | 10101011 | 1110101 | 10111011 | 1001 | 100101 | 0 | 11011 | 100011110 | 100010 | 111100 |
Color Harmonies of #AB75BB
Complementary color
Monochromatic Colors of #AB75BB
Black with #AB75BB
Text Example
Text Example
White with #AB75BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB75BB; }
p { color: rgb(171,117,187); }
H1.HeaderClassName
{
color: #AB75BB;
}
.AnyTagClassName
{
color: #AB75BB;
}
</style>
background-color css
<style>
a { background-color: #AB75BB; }
a { background-color: rgb(171,117,187); }
div.DivClassName
{
background-color: #AB75BB;
}
.BgClassName
{
background-color: #AB75BB;
}
</style>
border-color css
<style>
span { border-color: #AB75BB; }
span { border-color: rgb(171,117,187); }
td.TdClassName
{
border-color: #AB75BB;
}
.TagClassName
{
border-color: #AB75BB;
}
</style>