Shades of East Side #AB81CE
Tints of East Side #AB81CE
RGB
CMYK
RGB Variations
Color information
#AB81CE (or 0xAB81CE) is known color: East Side. HEX triplet: AB, 81 and CE. RGB value is (171,129,206). Sum of RGB (Red+Green+Blue) = 171+129+206=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 129 (50.78% from 255 or 25.49% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB81CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB81CE is #547E31. Grayscale: #969696. Windows color (decimal): -5537330 or 13533611. OLE color: 13533611.
HSL color Cylindrical-coordinate representation of color #AB81CE: hue angle of 272.73º 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 #AB81CE is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 129 | 206 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.19 |
| HSL | 272.73º | 0.44% | 0.66% | - |
| HSV(B) | 272.73º | 0.37% | 0.81% | - |
| XYZ | 35.79 | 28.81 | 62.07 | - |
| YUV | 150.34 | 159.41 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 206 | 0.17 | 0.37 | 0 | 0.19 | 272.73 | 0.44 | 0.66 |
| Hex | AB | 81 | CE | 11 | 25 | 0 | 13 | 111 | 2C | 42 |
| Octal | 253 | 201 | 316 | 21 | 45 | 0 | 23 | 421 | 54 | 102 |
| Binary | 10101011 | 10000001 | 11001110 | 10001 | 100101 | 0 | 10011 | 100010001 | 101100 | 1000010 |
Color Harmonies of #AB81CE
Complementary color
Monochromatic Colors of #AB81CE
Black with #AB81CE
Text Example
Text Example
White with #AB81CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB81CE; }
p { color: rgb(171,129,206); }
H1.HeaderClassName
{
color: #AB81CE;
}
.AnyTagClassName
{
color: #AB81CE;
}
</style>
background-color css
<style>
a { background-color: #AB81CE; }
a { background-color: rgb(171,129,206); }
div.DivClassName
{
background-color: #AB81CE;
}
.BgClassName
{
background-color: #AB81CE;
}
</style>
border-color css
<style>
span { border-color: #AB81CE; }
span { border-color: rgb(171,129,206); }
td.TdClassName
{
border-color: #AB81CE;
}
.TagClassName
{
border-color: #AB81CE;
}
</style>