Shades of East Side #AB93BD
Tints of East Side #AB93BD
RGB
CMYK
RGB Variations
Color information
#AB93BD (or 0xAB93BD) is known color: East Side. HEX triplet: AB, 93 and BD. RGB value is (171,147,189). Sum of RGB (Red+Green+Blue) = 171+147+189=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB93BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB93BD is #546C42. Grayscale: #9E9E9E. Windows color (decimal): -5532739 or 12424107. OLE color: 12424107.
HSL color Cylindrical-coordinate representation of color #AB93BD: hue angle of 274.29º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AB93BD is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 147 | 189 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.26 |
| HSL | 274.29º | 0.24% | 0.66% | - |
| HSV(B) | 274.29º | 0.22% | 0.74% | - |
| XYZ | 36.41 | 33.2 | 52.63 | - |
| YUV | 158.96 | 144.95 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 147 | 189 | 0.10 | 0.22 | 0 | 0.26 | 274.29 | 0.24 | 0.66 |
| Hex | AB | 93 | BD | A | 16 | 0 | 1A | 112 | 18 | 42 |
| Octal | 253 | 223 | 275 | 12 | 26 | 0 | 32 | 422 | 30 | 102 |
| Binary | 10101011 | 10010011 | 10111101 | 1010 | 10110 | 0 | 11010 | 100010010 | 11000 | 1000010 |
Color Harmonies of #AB93BD
Complementary color
Monochromatic Colors of #AB93BD
Black with #AB93BD
Text Example
Text Example
White with #AB93BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB93BD; }
p { color: rgb(171,147,189); }
H1.HeaderClassName
{
color: #AB93BD;
}
.AnyTagClassName
{
color: #AB93BD;
}
</style>
background-color css
<style>
a { background-color: #AB93BD; }
a { background-color: rgb(171,147,189); }
div.DivClassName
{
background-color: #AB93BD;
}
.BgClassName
{
background-color: #AB93BD;
}
</style>
border-color css
<style>
span { border-color: #AB93BD; }
span { border-color: rgb(171,147,189); }
td.TdClassName
{
border-color: #AB93BD;
}
.TagClassName
{
border-color: #AB93BD;
}
</style>