Shades of East Side #AB81CF
Tints of East Side #AB81CF
RGB
CMYK
RGB Variations
Color information
#AB81CF (or 0xAB81CF) is known color: East Side. HEX triplet: AB, 81 and CF. RGB value is (171,129,207). Sum of RGB (Red+Green+Blue) = 171+129+207=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB81CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB81CF is #547E30. Grayscale: #969696. Windows color (decimal): -5537329 or 13599147. OLE color: 13599147.
HSL color Cylindrical-coordinate representation of color #AB81CF: hue angle of 272.31º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB81CF is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 129 | 207 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.19 |
| HSL | 272.31º | 0.45% | 0.66% | - |
| HSV(B) | 272.31º | 0.38% | 0.81% | - |
| XYZ | 35.91 | 28.86 | 62.71 | - |
| YUV | 150.45 | 159.91 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 207 | 0.17 | 0.38 | 0 | 0.19 | 272.31 | 0.45 | 0.66 |
| Hex | AB | 81 | CF | 11 | 26 | 0 | 13 | 110 | 2D | 42 |
| Octal | 253 | 201 | 317 | 21 | 46 | 0 | 23 | 420 | 55 | 102 |
| Binary | 10101011 | 10000001 | 11001111 | 10001 | 100110 | 0 | 10011 | 100010000 | 101101 | 1000010 |
Color Harmonies of #AB81CF
Complementary color
Monochromatic Colors of #AB81CF
Black with #AB81CF
Text Example
Text Example
White with #AB81CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB81CF; }
p { color: rgb(171,129,207); }
H1.HeaderClassName
{
color: #AB81CF;
}
.AnyTagClassName
{
color: #AB81CF;
}
</style>
background-color css
<style>
a { background-color: #AB81CF; }
a { background-color: rgb(171,129,207); }
div.DivClassName
{
background-color: #AB81CF;
}
.BgClassName
{
background-color: #AB81CF;
}
</style>
border-color css
<style>
span { border-color: #AB81CF; }
span { border-color: rgb(171,129,207); }
td.TdClassName
{
border-color: #AB81CF;
}
.TagClassName
{
border-color: #AB81CF;
}
</style>