Shades of East Side #A67AB0
Tints of East Side #A67AB0
RGB
CMYK
RGB Variations
Color information
#A67AB0 (or 0xA67AB0) is known color: East Side. HEX triplet: A6, 7A and B0. RGB value is (166,122,176). Sum of RGB (Red+Green+Blue) = 166+122+176=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 176 - color contains mainly: blue. Hex color #A67AB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67AB0 is #59854F. Grayscale: #8D8D8D. Windows color (decimal): -5866832 or 11565734. OLE color: 11565734.
HSL color Cylindrical-coordinate representation of color #A67AB0: hue angle of 288.89º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A67AB0 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 122 | 176 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.31 |
| HSL | 288.89º | 0.25% | 0.58% | - |
| HSV(B) | 288.89º | 0.31% | 0.69% | - |
| XYZ | 30.52 | 25.16 | 44.32 | - |
| YUV | 141.31 | 147.58 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 122 | 176 | 0.06 | 0.31 | 0 | 0.31 | 288.89 | 0.25 | 0.58 |
| Hex | A6 | 7A | B0 | 6 | 1F | 0 | 1F | 121 | 19 | 3A |
| Octal | 246 | 172 | 260 | 6 | 37 | 0 | 37 | 441 | 31 | 72 |
| Binary | 10100110 | 1111010 | 10110000 | 110 | 11111 | 0 | 11111 | 100100001 | 11001 | 111010 |
Color Harmonies of #A67AB0
Complementary color
Monochromatic Colors of #A67AB0
Black with #A67AB0
Text Example
Text Example
White with #A67AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67AB0; }
p { color: rgb(166,122,176); }
H1.HeaderClassName
{
color: #A67AB0;
}
.AnyTagClassName
{
color: #A67AB0;
}
</style>
background-color css
<style>
a { background-color: #A67AB0; }
a { background-color: rgb(166,122,176); }
div.DivClassName
{
background-color: #A67AB0;
}
.BgClassName
{
background-color: #A67AB0;
}
</style>
border-color css
<style>
span { border-color: #A67AB0; }
span { border-color: rgb(166,122,176); }
td.TdClassName
{
border-color: #A67AB0;
}
.TagClassName
{
border-color: #A67AB0;
}
</style>