Shades of East Side #AB94C3
Tints of East Side #AB94C3
RGB
CMYK
RGB Variations
Color information
#AB94C3 (or 0xAB94C3) is known color: East Side. HEX triplet: AB, 94 and C3. RGB value is (171,148,195). Sum of RGB (Red+Green+Blue) = 171+148+195=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 195 - color contains mainly: blue. Hex color #AB94C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB94C3 is #546B3C. Grayscale: #A0A0A0. Windows color (decimal): -5532477 or 12817579. OLE color: 12817579.
HSL color Cylindrical-coordinate representation of color #AB94C3: hue angle of 269.36º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AB94C3 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 148 | 195 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.24 |
| HSL | 269.36º | 0.28% | 0.67% | - |
| HSV(B) | 269.36º | 0.24% | 0.76% | - |
| XYZ | 37.23 | 33.78 | 56.19 | - |
| YUV | 160.24 | 147.62 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 148 | 195 | 0.12 | 0.24 | 0 | 0.24 | 269.36 | 0.28 | 0.67 |
| Hex | AB | 94 | C3 | C | 18 | 0 | 18 | 10D | 1C | 43 |
| Octal | 253 | 224 | 303 | 14 | 30 | 0 | 30 | 415 | 34 | 103 |
| Binary | 10101011 | 10010100 | 11000011 | 1100 | 11000 | 0 | 11000 | 100001101 | 11100 | 1000011 |
Color Harmonies of #AB94C3
Complementary color
Monochromatic Colors of #AB94C3
Black with #AB94C3
Text Example
Text Example
White with #AB94C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB94C3; }
p { color: rgb(171,148,195); }
H1.HeaderClassName
{
color: #AB94C3;
}
.AnyTagClassName
{
color: #AB94C3;
}
</style>
background-color css
<style>
a { background-color: #AB94C3; }
a { background-color: rgb(171,148,195); }
div.DivClassName
{
background-color: #AB94C3;
}
.BgClassName
{
background-color: #AB94C3;
}
</style>
border-color css
<style>
span { border-color: #AB94C3; }
span { border-color: rgb(171,148,195); }
td.TdClassName
{
border-color: #AB94C3;
}
.TagClassName
{
border-color: #AB94C3;
}
</style>