Shades of East Side #AB7ACB
Tints of East Side #AB7ACB
RGB
CMYK
RGB Variations
Color information
#AB7ACB (or 0xAB7ACB) is known color: East Side. HEX triplet: AB, 7A and CB. RGB value is (171,122,203). Sum of RGB (Red+Green+Blue) = 171+122+203=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 122 (48.05% from 255 or 24.60% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB7ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7ACB is #548534. Grayscale: #919191. Windows color (decimal): -5539125 or 13335211. OLE color: 13335211.
HSL color Cylindrical-coordinate representation of color #AB7ACB: hue angle of 276.3º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB7ACB is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 122 | 203 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.20 |
| HSL | 276.3º | 0.44% | 0.64% | - |
| HSV(B) | 276.3º | 0.4% | 0.8% | - |
| XYZ | 34.53 | 26.89 | 59.87 | - |
| YUV | 145.89 | 160.23 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 203 | 0.16 | 0.40 | 0 | 0.20 | 276.3 | 0.44 | 0.64 |
| Hex | AB | 7A | CB | 10 | 28 | 0 | 14 | 114 | 2C | 40 |
| Octal | 253 | 172 | 313 | 20 | 50 | 0 | 24 | 424 | 54 | 100 |
| Binary | 10101011 | 1111010 | 11001011 | 10000 | 101000 | 0 | 10100 | 100010100 | 101100 | 1000000 |
Color Harmonies of #AB7ACB
Complementary color
Monochromatic Colors of #AB7ACB
Black with #AB7ACB
Text Example
Text Example
White with #AB7ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7ACB; }
p { color: rgb(171,122,203); }
H1.HeaderClassName
{
color: #AB7ACB;
}
.AnyTagClassName
{
color: #AB7ACB;
}
</style>
background-color css
<style>
a { background-color: #AB7ACB; }
a { background-color: rgb(171,122,203); }
div.DivClassName
{
background-color: #AB7ACB;
}
.BgClassName
{
background-color: #AB7ACB;
}
</style>
border-color css
<style>
span { border-color: #AB7ACB; }
span { border-color: rgb(171,122,203); }
td.TdClassName
{
border-color: #AB7ACB;
}
.TagClassName
{
border-color: #AB7ACB;
}
</style>