Shades of East Side #AB83BE
Tints of East Side #AB83BE
RGB
CMYK
RGB Variations
Color information
#AB83BE (or 0xAB83BE) is known color: East Side. HEX triplet: AB, 83 and BE. RGB value is (171,131,190). Sum of RGB (Red+Green+Blue) = 171+131+190=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB83BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB83BE is #547C41. Grayscale: #959595. Windows color (decimal): -5536834 or 12485547. OLE color: 12485547.
HSL color Cylindrical-coordinate representation of color #AB83BE: hue angle of 280.68º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB83BE is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 131 | 190 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.25 |
| HSL | 280.68º | 0.31% | 0.63% | - |
| HSV(B) | 280.68º | 0.31% | 0.75% | - |
| XYZ | 34.21 | 28.61 | 52.43 | - |
| YUV | 149.69 | 150.75 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 190 | 0.10 | 0.31 | 0 | 0.25 | 280.68 | 0.31 | 0.63 |
| Hex | AB | 83 | BE | A | 1F | 0 | 19 | 119 | 1F | 3F |
| Octal | 253 | 203 | 276 | 12 | 37 | 0 | 31 | 431 | 37 | 77 |
| Binary | 10101011 | 10000011 | 10111110 | 1010 | 11111 | 0 | 11001 | 100011001 | 11111 | 111111 |
Color Harmonies of #AB83BE
Complementary color
Monochromatic Colors of #AB83BE
Black with #AB83BE
Text Example
Text Example
White with #AB83BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB83BE; }
p { color: rgb(171,131,190); }
H1.HeaderClassName
{
color: #AB83BE;
}
.AnyTagClassName
{
color: #AB83BE;
}
</style>
background-color css
<style>
a { background-color: #AB83BE; }
a { background-color: rgb(171,131,190); }
div.DivClassName
{
background-color: #AB83BE;
}
.BgClassName
{
background-color: #AB83BE;
}
</style>
border-color css
<style>
span { border-color: #AB83BE; }
span { border-color: rgb(171,131,190); }
td.TdClassName
{
border-color: #AB83BE;
}
.TagClassName
{
border-color: #AB83BE;
}
</style>