Shades of East Side #A67AB6
Tints of East Side #A67AB6
RGB
CMYK
RGB Variations
Color information
#A67AB6 (or 0xA67AB6) is known color: East Side. HEX triplet: A6, 7A and B6. RGB value is (166,122,182). Sum of RGB (Red+Green+Blue) = 166+122+182=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 182 (71.48% from 255 or 38.72% from 470); Max value from RGB is 182 - color contains mainly: blue. Hex color #A67AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67AB6 is #598549. Grayscale: #8D8D8D. Windows color (decimal): -5866826 or 11958950. OLE color: 11958950.
HSL color Cylindrical-coordinate representation of color #A67AB6: hue angle of 284º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A67AB6 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 122 | 182 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.29 |
| HSL | 284º | 0.29% | 0.6% | - |
| HSV(B) | 284º | 0.33% | 0.71% | - |
| XYZ | 31.13 | 25.4 | 47.52 | - |
| YUV | 142 | 150.58 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 122 | 182 | 0.09 | 0.33 | 0 | 0.29 | 284 | 0.29 | 0.6 |
| Hex | A6 | 7A | B6 | 9 | 21 | 0 | 1D | 11C | 1D | 3C |
| Octal | 246 | 172 | 266 | 11 | 41 | 0 | 35 | 434 | 35 | 74 |
| Binary | 10100110 | 1111010 | 10110110 | 1001 | 100001 | 0 | 11101 | 100011100 | 11101 | 111100 |
Color Harmonies of #A67AB6
Complementary color
Monochromatic Colors of #A67AB6
Black with #A67AB6
Text Example
Text Example
White with #A67AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67AB6; }
p { color: rgb(166,122,182); }
H1.HeaderClassName
{
color: #A67AB6;
}
.AnyTagClassName
{
color: #A67AB6;
}
</style>
background-color css
<style>
a { background-color: #A67AB6; }
a { background-color: rgb(166,122,182); }
div.DivClassName
{
background-color: #A67AB6;
}
.BgClassName
{
background-color: #A67AB6;
}
</style>
border-color css
<style>
span { border-color: #A67AB6; }
span { border-color: rgb(166,122,182); }
td.TdClassName
{
border-color: #A67AB6;
}
.TagClassName
{
border-color: #A67AB6;
}
</style>