Shades of East Side #A67DC8
Tints of East Side #A67DC8
RGB
CMYK
RGB Variations
Color information
#A67DC8 (or 0xA67DC8) is known color: East Side. HEX triplet: A6, 7D and C8. RGB value is (166,125,200). Sum of RGB (Red+Green+Blue) = 166+125+200=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 200 (78.52% from 255 or 40.73% from 491); Max value from RGB is 200 - color contains mainly: blue. Hex color #A67DC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67DC8 is #598237. Grayscale: #919191. Windows color (decimal): -5866040 or 13139366. OLE color: 13139366.
HSL color Cylindrical-coordinate representation of color #A67DC8: hue angle of 272.8º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A67DC8 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 125 | 200 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.22 |
| HSL | 272.8º | 0.41% | 0.64% | - |
| HSV(B) | 272.8º | 0.38% | 0.78% | - |
| XYZ | 33.48 | 26.94 | 58.08 | - |
| YUV | 145.81 | 158.58 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 125 | 200 | 0.17 | 0.38 | 0 | 0.22 | 272.8 | 0.41 | 0.64 |
| Hex | A6 | 7D | C8 | 11 | 26 | 0 | 16 | 111 | 29 | 40 |
| Octal | 246 | 175 | 310 | 21 | 46 | 0 | 26 | 421 | 51 | 100 |
| Binary | 10100110 | 1111101 | 11001000 | 10001 | 100110 | 0 | 10110 | 100010001 | 101001 | 1000000 |
Color Harmonies of #A67DC8
Complementary color
Monochromatic Colors of #A67DC8
Black with #A67DC8
Text Example
Text Example
White with #A67DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67DC8; }
p { color: rgb(166,125,200); }
H1.HeaderClassName
{
color: #A67DC8;
}
.AnyTagClassName
{
color: #A67DC8;
}
</style>
background-color css
<style>
a { background-color: #A67DC8; }
a { background-color: rgb(166,125,200); }
div.DivClassName
{
background-color: #A67DC8;
}
.BgClassName
{
background-color: #A67DC8;
}
</style>
border-color css
<style>
span { border-color: #A67DC8; }
span { border-color: rgb(166,125,200); }
td.TdClassName
{
border-color: #A67DC8;
}
.TagClassName
{
border-color: #A67DC8;
}
</style>