Shades of East Side #A67ABA
Tints of East Side #A67ABA
RGB
CMYK
RGB Variations
Color information
#A67ABA (or 0xA67ABA) is known color: East Side. HEX triplet: A6, 7A and BA. RGB value is (166,122,186). Sum of RGB (Red+Green+Blue) = 166+122+186=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #A67ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67ABA is #598545. Grayscale: #8E8E8E. Windows color (decimal): -5866822 or 12221094. OLE color: 12221094.
HSL color Cylindrical-coordinate representation of color #A67ABA: hue angle of 281.25º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A67ABA is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 122 | 186 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.27 |
| HSL | 281.25º | 0.32% | 0.6% | - |
| HSV(B) | 281.25º | 0.34% | 0.73% | - |
| XYZ | 31.55 | 25.57 | 49.73 | - |
| YUV | 142.45 | 152.58 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 122 | 186 | 0.11 | 0.34 | 0 | 0.27 | 281.25 | 0.32 | 0.6 |
| Hex | A6 | 7A | BA | B | 22 | 0 | 1B | 119 | 20 | 3C |
| Octal | 246 | 172 | 272 | 13 | 42 | 0 | 33 | 431 | 40 | 74 |
| Binary | 10100110 | 1111010 | 10111010 | 1011 | 100010 | 0 | 11011 | 100011001 | 100000 | 111100 |
Color Harmonies of #A67ABA
Complementary color
Monochromatic Colors of #A67ABA
Black with #A67ABA
Text Example
Text Example
White with #A67ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67ABA; }
p { color: rgb(166,122,186); }
H1.HeaderClassName
{
color: #A67ABA;
}
.AnyTagClassName
{
color: #A67ABA;
}
</style>
background-color css
<style>
a { background-color: #A67ABA; }
a { background-color: rgb(166,122,186); }
div.DivClassName
{
background-color: #A67ABA;
}
.BgClassName
{
background-color: #A67ABA;
}
</style>
border-color css
<style>
span { border-color: #A67ABA; }
span { border-color: rgb(166,122,186); }
td.TdClassName
{
border-color: #A67ABA;
}
.TagClassName
{
border-color: #A67ABA;
}
</style>