Shades of East Side #A881B5
Tints of East Side #A881B5
RGB
CMYK
RGB Variations
Color information
#A881B5 (or 0xA881B5) is known color: East Side. HEX triplet: A8, 81 and B5. RGB value is (168,129,181). Sum of RGB (Red+Green+Blue) = 168+129+181=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 181 - color contains mainly: blue. Hex color #A881B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A881B5 is #577E4A. Grayscale: #929292. Windows color (decimal): -5733963 or 11895208. OLE color: 11895208.
HSL color Cylindrical-coordinate representation of color #A881B5: hue angle of 285º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A881B5 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 129 | 181 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.29 |
| HSL | 285º | 0.26% | 0.61% | - |
| HSV(B) | 285º | 0.29% | 0.71% | - |
| XYZ | 32.34 | 27.36 | 47.29 | - |
| YUV | 146.59 | 147.42 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 129 | 181 | 0.07 | 0.29 | 0 | 0.29 | 285 | 0.26 | 0.61 |
| Hex | A8 | 81 | B5 | 7 | 1D | 0 | 1D | 11D | 1A | 3D |
| Octal | 250 | 201 | 265 | 7 | 35 | 0 | 35 | 435 | 32 | 75 |
| Binary | 10101000 | 10000001 | 10110101 | 111 | 11101 | 0 | 11101 | 100011101 | 11010 | 111101 |
Color Harmonies of #A881B5
Complementary color
Monochromatic Colors of #A881B5
Black with #A881B5
Text Example
Text Example
White with #A881B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A881B5; }
p { color: rgb(168,129,181); }
H1.HeaderClassName
{
color: #A881B5;
}
.AnyTagClassName
{
color: #A881B5;
}
</style>
background-color css
<style>
a { background-color: #A881B5; }
a { background-color: rgb(168,129,181); }
div.DivClassName
{
background-color: #A881B5;
}
.BgClassName
{
background-color: #A881B5;
}
</style>
border-color css
<style>
span { border-color: #A881B5; }
span { border-color: rgb(168,129,181); }
td.TdClassName
{
border-color: #A881B5;
}
.TagClassName
{
border-color: #A881B5;
}
</style>