Shades of East Side #A681B5
Tints of East Side #A681B5
RGB
CMYK
RGB Variations
Color information
#A681B5 (or 0xA681B5) is known color: East Side. HEX triplet: A6, 81 and B5. RGB value is (166,129,181). Sum of RGB (Red+Green+Blue) = 166+129+181=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 181 - color contains mainly: blue. Hex color #A681B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A681B5 is #597E4A. Grayscale: #919191. Windows color (decimal): -5865035 or 11895206. OLE color: 11895206.
HSL color Cylindrical-coordinate representation of color #A681B5: hue angle of 282.69º 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 #A681B5 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 129 | 181 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.29 |
| HSL | 282.69º | 0.26% | 0.61% | - |
| HSV(B) | 282.69º | 0.29% | 0.71% | - |
| XYZ | 31.92 | 27.14 | 47.27 | - |
| YUV | 145.99 | 147.76 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 129 | 181 | 0.08 | 0.29 | 0 | 0.29 | 282.69 | 0.26 | 0.61 |
| Hex | A6 | 81 | B5 | 8 | 1D | 0 | 1D | 11B | 1A | 3D |
| Octal | 246 | 201 | 265 | 10 | 35 | 0 | 35 | 433 | 32 | 75 |
| Binary | 10100110 | 10000001 | 10110101 | 1000 | 11101 | 0 | 11101 | 100011011 | 11010 | 111101 |
Color Harmonies of #A681B5
Complementary color
Monochromatic Colors of #A681B5
Black with #A681B5
Text Example
Text Example
White with #A681B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A681B5; }
p { color: rgb(166,129,181); }
H1.HeaderClassName
{
color: #A681B5;
}
.AnyTagClassName
{
color: #A681B5;
}
</style>
background-color css
<style>
a { background-color: #A681B5; }
a { background-color: rgb(166,129,181); }
div.DivClassName
{
background-color: #A681B5;
}
.BgClassName
{
background-color: #A681B5;
}
</style>
border-color css
<style>
span { border-color: #A681B5; }
span { border-color: rgb(166,129,181); }
td.TdClassName
{
border-color: #A681B5;
}
.TagClassName
{
border-color: #A681B5;
}
</style>