Shades of East Side #AB83C1
Tints of East Side #AB83C1
RGB
CMYK
RGB Variations
Color information
#AB83C1 (or 0xAB83C1) is known color: East Side. HEX triplet: AB, 83 and C1. RGB value is (171,131,193). Sum of RGB (Red+Green+Blue) = 171+131+193=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB83C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB83C1 is #547C3E. Grayscale: #959595. Windows color (decimal): -5536831 or 12682155. OLE color: 12682155.
HSL color Cylindrical-coordinate representation of color #AB83C1: hue angle of 278.71º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB83C1 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 131 | 193 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.24 |
| HSL | 278.71º | 0.33% | 0.64% | - |
| HSV(B) | 278.71º | 0.32% | 0.76% | - |
| XYZ | 34.54 | 28.74 | 54.18 | - |
| YUV | 150.03 | 152.25 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 193 | 0.11 | 0.32 | 0 | 0.24 | 278.71 | 0.33 | 0.64 |
| Hex | AB | 83 | C1 | B | 20 | 0 | 18 | 117 | 21 | 40 |
| Octal | 253 | 203 | 301 | 13 | 40 | 0 | 30 | 427 | 41 | 100 |
| Binary | 10101011 | 10000011 | 11000001 | 1011 | 100000 | 0 | 11000 | 100010111 | 100001 | 1000000 |
Color Harmonies of #AB83C1
Complementary color
Monochromatic Colors of #AB83C1
Black with #AB83C1
Text Example
Text Example
White with #AB83C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB83C1; }
p { color: rgb(171,131,193); }
H1.HeaderClassName
{
color: #AB83C1;
}
.AnyTagClassName
{
color: #AB83C1;
}
</style>
background-color css
<style>
a { background-color: #AB83C1; }
a { background-color: rgb(171,131,193); }
div.DivClassName
{
background-color: #AB83C1;
}
.BgClassName
{
background-color: #AB83C1;
}
</style>
border-color css
<style>
span { border-color: #AB83C1; }
span { border-color: rgb(171,131,193); }
td.TdClassName
{
border-color: #AB83C1;
}
.TagClassName
{
border-color: #AB83C1;
}
</style>