Shades of East Side #A781B5
Tints of East Side #A781B5
RGB
CMYK
RGB Variations
Color information
#A781B5 (or 0xA781B5) is known color: East Side. HEX triplet: A7, 81 and B5. RGB value is (167,129,181). Sum of RGB (Red+Green+Blue) = 167+129+181=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 181 - color contains mainly: blue. Hex color #A781B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A781B5 is #587E4A. Grayscale: #929292. Windows color (decimal): -5799499 or 11895207. OLE color: 11895207.
HSL color Cylindrical-coordinate representation of color #A781B5: hue angle of 283.85º 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 #A781B5 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 129 | 181 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.29 |
| HSL | 283.85º | 0.26% | 0.61% | - |
| HSV(B) | 283.85º | 0.29% | 0.71% | - |
| XYZ | 32.13 | 27.25 | 47.28 | - |
| YUV | 146.29 | 147.59 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 129 | 181 | 0.08 | 0.29 | 0 | 0.29 | 283.85 | 0.26 | 0.61 |
| Hex | A7 | 81 | B5 | 8 | 1D | 0 | 1D | 11C | 1A | 3D |
| Octal | 247 | 201 | 265 | 10 | 35 | 0 | 35 | 434 | 32 | 75 |
| Binary | 10100111 | 10000001 | 10110101 | 1000 | 11101 | 0 | 11101 | 100011100 | 11010 | 111101 |
Color Harmonies of #A781B5
Complementary color
Monochromatic Colors of #A781B5
Black with #A781B5
Text Example
Text Example
White with #A781B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A781B5; }
p { color: rgb(167,129,181); }
H1.HeaderClassName
{
color: #A781B5;
}
.AnyTagClassName
{
color: #A781B5;
}
</style>
background-color css
<style>
a { background-color: #A781B5; }
a { background-color: rgb(167,129,181); }
div.DivClassName
{
background-color: #A781B5;
}
.BgClassName
{
background-color: #A781B5;
}
</style>
border-color css
<style>
span { border-color: #A781B5; }
span { border-color: rgb(167,129,181); }
td.TdClassName
{
border-color: #A781B5;
}
.TagClassName
{
border-color: #A781B5;
}
</style>