Shades of East Side #A67AC6
Tints of East Side #A67AC6
RGB
CMYK
RGB Variations
Color information
#A67AC6 (or 0xA67AC6) is known color: East Side. HEX triplet: A6, 7A and C6. RGB value is (166,122,198). Sum of RGB (Red+Green+Blue) = 166+122+198=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 198 (77.73% from 255 or 40.74% from 486); Max value from RGB is 198 - color contains mainly: blue. Hex color #A67AC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67AC6 is #598539. Grayscale: #8F8F8F. Windows color (decimal): -5866810 or 13007526. OLE color: 13007526.
HSL color Cylindrical-coordinate representation of color #A67AC6: hue angle of 274.74º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A67AC6 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 122 | 198 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.22 |
| HSL | 274.74º | 0.4% | 0.63% | - |
| HSV(B) | 274.74º | 0.38% | 0.78% | - |
| XYZ | 32.88 | 26.1 | 56.73 | - |
| YUV | 143.82 | 158.58 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 122 | 198 | 0.16 | 0.38 | 0 | 0.22 | 274.74 | 0.4 | 0.63 |
| Hex | A6 | 7A | C6 | 10 | 26 | 0 | 16 | 113 | 28 | 3F |
| Octal | 246 | 172 | 306 | 20 | 46 | 0 | 26 | 423 | 50 | 77 |
| Binary | 10100110 | 1111010 | 11000110 | 10000 | 100110 | 0 | 10110 | 100010011 | 101000 | 111111 |
Color Harmonies of #A67AC6
Complementary color
Monochromatic Colors of #A67AC6
Black with #A67AC6
Text Example
Text Example
White with #A67AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67AC6; }
p { color: rgb(166,122,198); }
H1.HeaderClassName
{
color: #A67AC6;
}
.AnyTagClassName
{
color: #A67AC6;
}
</style>
background-color css
<style>
a { background-color: #A67AC6; }
a { background-color: rgb(166,122,198); }
div.DivClassName
{
background-color: #A67AC6;
}
.BgClassName
{
background-color: #A67AC6;
}
</style>
border-color css
<style>
span { border-color: #A67AC6; }
span { border-color: rgb(166,122,198); }
td.TdClassName
{
border-color: #A67AC6;
}
.TagClassName
{
border-color: #A67AC6;
}
</style>