Shades of East Side #AB94C0
Tints of East Side #AB94C0
RGB
CMYK
RGB Variations
Color information
#AB94C0 (or 0xAB94C0) is known color: East Side. HEX triplet: AB, 94 and C0. RGB value is (171,148,192). Sum of RGB (Red+Green+Blue) = 171+148+192=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 192 - color contains mainly: blue. Hex color #AB94C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB94C0 is #546B3F. Grayscale: #9F9F9F. Windows color (decimal): -5532480 or 12620971. OLE color: 12620971.
HSL color Cylindrical-coordinate representation of color #AB94C0: hue angle of 271.36º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB94C0 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 148 | 192 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.25 |
| HSL | 271.36º | 0.26% | 0.67% | - |
| HSV(B) | 271.36º | 0.23% | 0.75% | - |
| XYZ | 36.9 | 33.64 | 54.42 | - |
| YUV | 159.89 | 146.12 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 148 | 192 | 0.11 | 0.23 | 0 | 0.25 | 271.36 | 0.26 | 0.67 |
| Hex | AB | 94 | C0 | B | 17 | 0 | 19 | 10F | 1A | 43 |
| Octal | 253 | 224 | 300 | 13 | 27 | 0 | 31 | 417 | 32 | 103 |
| Binary | 10101011 | 10010100 | 11000000 | 1011 | 10111 | 0 | 11001 | 100001111 | 11010 | 1000011 |
Color Harmonies of #AB94C0
Complementary color
Monochromatic Colors of #AB94C0
Black with #AB94C0
Text Example
Text Example
White with #AB94C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB94C0; }
p { color: rgb(171,148,192); }
H1.HeaderClassName
{
color: #AB94C0;
}
.AnyTagClassName
{
color: #AB94C0;
}
</style>
background-color css
<style>
a { background-color: #AB94C0; }
a { background-color: rgb(171,148,192); }
div.DivClassName
{
background-color: #AB94C0;
}
.BgClassName
{
background-color: #AB94C0;
}
</style>
border-color css
<style>
span { border-color: #AB94C0; }
span { border-color: rgb(171,148,192); }
td.TdClassName
{
border-color: #AB94C0;
}
.TagClassName
{
border-color: #AB94C0;
}
</style>