Shades of East Side #AB83CF
Tints of East Side #AB83CF
RGB
CMYK
RGB Variations
Color information
#AB83CF (or 0xAB83CF) is known color: East Side. HEX triplet: AB, 83 and CF. RGB value is (171,131,207). Sum of RGB (Red+Green+Blue) = 171+131+207=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 131 (51.56% from 255 or 25.74% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB83CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB83CF is #547C30. Grayscale: #979797. Windows color (decimal): -5536817 or 13599659. OLE color: 13599659.
HSL color Cylindrical-coordinate representation of color #AB83CF: hue angle of 271.58º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB83CF is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 131 | 207 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.19 |
| HSL | 271.58º | 0.44% | 0.66% | - |
| HSV(B) | 271.58º | 0.37% | 0.81% | - |
| XYZ | 36.17 | 29.4 | 62.8 | - |
| YUV | 151.62 | 159.25 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 207 | 0.17 | 0.37 | 0 | 0.19 | 271.58 | 0.44 | 0.66 |
| Hex | AB | 83 | CF | 11 | 25 | 0 | 13 | 110 | 2C | 42 |
| Octal | 253 | 203 | 317 | 21 | 45 | 0 | 23 | 420 | 54 | 102 |
| Binary | 10101011 | 10000011 | 11001111 | 10001 | 100101 | 0 | 10011 | 100010000 | 101100 | 1000010 |
Color Harmonies of #AB83CF
Complementary color
Monochromatic Colors of #AB83CF
Black with #AB83CF
Text Example
Text Example
White with #AB83CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB83CF; }
p { color: rgb(171,131,207); }
H1.HeaderClassName
{
color: #AB83CF;
}
.AnyTagClassName
{
color: #AB83CF;
}
</style>
background-color css
<style>
a { background-color: #AB83CF; }
a { background-color: rgb(171,131,207); }
div.DivClassName
{
background-color: #AB83CF;
}
.BgClassName
{
background-color: #AB83CF;
}
</style>
border-color css
<style>
span { border-color: #AB83CF; }
span { border-color: rgb(171,131,207); }
td.TdClassName
{
border-color: #AB83CF;
}
.TagClassName
{
border-color: #AB83CF;
}
</style>