Shades of East Side #A67ABC
Tints of East Side #A67ABC
RGB
CMYK
RGB Variations
Color information
#A67ABC (or 0xA67ABC) is known color: East Side. HEX triplet: A6, 7A and BC. RGB value is (166,122,188). Sum of RGB (Red+Green+Blue) = 166+122+188=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #A67ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67ABC is #598543. Grayscale: #8E8E8E. Windows color (decimal): -5866820 or 12352166. OLE color: 12352166.
HSL color Cylindrical-coordinate representation of color #A67ABC: hue angle of 280º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A67ABC is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 122 | 188 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.26 |
| HSL | 280º | 0.33% | 0.61% | - |
| HSV(B) | 280º | 0.35% | 0.74% | - |
| XYZ | 31.76 | 25.66 | 50.86 | - |
| YUV | 142.68 | 153.58 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 122 | 188 | 0.12 | 0.35 | 0 | 0.26 | 280 | 0.33 | 0.61 |
| Hex | A6 | 7A | BC | C | 23 | 0 | 1A | 118 | 21 | 3D |
| Octal | 246 | 172 | 274 | 14 | 43 | 0 | 32 | 430 | 41 | 75 |
| Binary | 10100110 | 1111010 | 10111100 | 1100 | 100011 | 0 | 11010 | 100011000 | 100001 | 111101 |
Color Harmonies of #A67ABC
Complementary color
Monochromatic Colors of #A67ABC
Black with #A67ABC
Text Example
Text Example
White with #A67ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67ABC; }
p { color: rgb(166,122,188); }
H1.HeaderClassName
{
color: #A67ABC;
}
.AnyTagClassName
{
color: #A67ABC;
}
</style>
background-color css
<style>
a { background-color: #A67ABC; }
a { background-color: rgb(166,122,188); }
div.DivClassName
{
background-color: #A67ABC;
}
.BgClassName
{
background-color: #A67ABC;
}
</style>
border-color css
<style>
span { border-color: #A67ABC; }
span { border-color: rgb(166,122,188); }
td.TdClassName
{
border-color: #A67ABC;
}
.TagClassName
{
border-color: #A67ABC;
}
</style>