Shades of East Side #AB96C1
Tints of East Side #AB96C1
RGB
CMYK
RGB Variations
Color information
#AB96C1 (or 0xAB96C1) is known color: East Side. HEX triplet: AB, 96 and C1. RGB value is (171,150,193). Sum of RGB (Red+Green+Blue) = 171+150+193=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB96C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB96C1 is #54693E. Grayscale: #A1A1A1. Windows color (decimal): -5531967 or 12687019. OLE color: 12687019.
HSL color Cylindrical-coordinate representation of color #AB96C1: hue angle of 269.3º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AB96C1 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 150 | 193 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.24 |
| HSL | 269.3º | 0.26% | 0.67% | - |
| HSV(B) | 269.3º | 0.22% | 0.76% | - |
| XYZ | 37.33 | 34.32 | 55.11 | - |
| YUV | 161.18 | 145.96 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 150 | 193 | 0.11 | 0.22 | 0 | 0.24 | 269.3 | 0.26 | 0.67 |
| Hex | AB | 96 | C1 | B | 16 | 0 | 18 | 10D | 1A | 43 |
| Octal | 253 | 226 | 301 | 13 | 26 | 0 | 30 | 415 | 32 | 103 |
| Binary | 10101011 | 10010110 | 11000001 | 1011 | 10110 | 0 | 11000 | 100001101 | 11010 | 1000011 |
Color Harmonies of #AB96C1
Complementary color
Monochromatic Colors of #AB96C1
Black with #AB96C1
Text Example
Text Example
White with #AB96C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB96C1; }
p { color: rgb(171,150,193); }
H1.HeaderClassName
{
color: #AB96C1;
}
.AnyTagClassName
{
color: #AB96C1;
}
</style>
background-color css
<style>
a { background-color: #AB96C1; }
a { background-color: rgb(171,150,193); }
div.DivClassName
{
background-color: #AB96C1;
}
.BgClassName
{
background-color: #AB96C1;
}
</style>
border-color css
<style>
span { border-color: #AB96C1; }
span { border-color: rgb(171,150,193); }
td.TdClassName
{
border-color: #AB96C1;
}
.TagClassName
{
border-color: #AB96C1;
}
</style>