Shades of East Side #A67AB8
Tints of East Side #A67AB8
RGB
CMYK
RGB Variations
Color information
#A67AB8 (or 0xA67AB8) is known color: East Side. HEX triplet: A6, 7A and B8. RGB value is (166,122,184). Sum of RGB (Red+Green+Blue) = 166+122+184=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 184 (72.27% from 255 or 38.98% from 472); Max value from RGB is 184 - color contains mainly: blue. Hex color #A67AB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67AB8 is #598547. Grayscale: #8E8E8E. Windows color (decimal): -5866824 or 12090022. OLE color: 12090022.
HSL color Cylindrical-coordinate representation of color #A67AB8: hue angle of 282.58º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A67AB8 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 122 | 184 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.28 |
| HSL | 282.58º | 0.3% | 0.6% | - |
| HSV(B) | 282.58º | 0.34% | 0.72% | - |
| XYZ | 31.34 | 25.49 | 48.62 | - |
| YUV | 142.22 | 151.58 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 122 | 184 | 0.10 | 0.34 | 0 | 0.28 | 282.58 | 0.3 | 0.6 |
| Hex | A6 | 7A | B8 | A | 22 | 0 | 1C | 11B | 1E | 3C |
| Octal | 246 | 172 | 270 | 12 | 42 | 0 | 34 | 433 | 36 | 74 |
| Binary | 10100110 | 1111010 | 10111000 | 1010 | 100010 | 0 | 11100 | 100011011 | 11110 | 111100 |
Color Harmonies of #A67AB8
Complementary color
Monochromatic Colors of #A67AB8
Black with #A67AB8
Text Example
Text Example
White with #A67AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67AB8; }
p { color: rgb(166,122,184); }
H1.HeaderClassName
{
color: #A67AB8;
}
.AnyTagClassName
{
color: #A67AB8;
}
</style>
background-color css
<style>
a { background-color: #A67AB8; }
a { background-color: rgb(166,122,184); }
div.DivClassName
{
background-color: #A67AB8;
}
.BgClassName
{
background-color: #A67AB8;
}
</style>
border-color css
<style>
span { border-color: #A67AB8; }
span { border-color: rgb(166,122,184); }
td.TdClassName
{
border-color: #A67AB8;
}
.TagClassName
{
border-color: #A67AB8;
}
</style>