Shades of East Side #A67DC5
Tints of East Side #A67DC5
RGB
CMYK
RGB Variations
Color information
#A67DC5 (or 0xA67DC5) is known color: East Side. HEX triplet: A6, 7D and C5. RGB value is (166,125,197). Sum of RGB (Red+Green+Blue) = 166+125+197=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 197 - color contains mainly: blue. Hex color #A67DC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67DC5 is #59823A. Grayscale: #919191. Windows color (decimal): -5866043 or 12942758. OLE color: 12942758.
HSL color Cylindrical-coordinate representation of color #A67DC5: hue angle of 274.17º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A67DC5 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 125 | 197 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.23 |
| HSL | 274.17º | 0.38% | 0.63% | - |
| HSV(B) | 274.17º | 0.37% | 0.77% | - |
| XYZ | 33.14 | 26.81 | 56.25 | - |
| YUV | 145.47 | 157.08 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 125 | 197 | 0.16 | 0.37 | 0 | 0.23 | 274.17 | 0.38 | 0.63 |
| Hex | A6 | 7D | C5 | 10 | 25 | 0 | 17 | 112 | 26 | 3F |
| Octal | 246 | 175 | 305 | 20 | 45 | 0 | 27 | 422 | 46 | 77 |
| Binary | 10100110 | 1111101 | 11000101 | 10000 | 100101 | 0 | 10111 | 100010010 | 100110 | 111111 |
Color Harmonies of #A67DC5
Complementary color
Monochromatic Colors of #A67DC5
Black with #A67DC5
Text Example
Text Example
White with #A67DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67DC5; }
p { color: rgb(166,125,197); }
H1.HeaderClassName
{
color: #A67DC5;
}
.AnyTagClassName
{
color: #A67DC5;
}
</style>
background-color css
<style>
a { background-color: #A67DC5; }
a { background-color: rgb(166,125,197); }
div.DivClassName
{
background-color: #A67DC5;
}
.BgClassName
{
background-color: #A67DC5;
}
</style>
border-color css
<style>
span { border-color: #A67DC5; }
span { border-color: rgb(166,125,197); }
td.TdClassName
{
border-color: #A67DC5;
}
.TagClassName
{
border-color: #A67DC5;
}
</style>