Shades of East Side #A67DCA
Tints of East Side #A67DCA
RGB
CMYK
RGB Variations
Color information
#A67DCA (or 0xA67DCA) is known color: East Side. HEX triplet: A6, 7D and CA. RGB value is (166,125,202). Sum of RGB (Red+Green+Blue) = 166+125+202=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #A67DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67DCA is #598235. Grayscale: #919191. Windows color (decimal): -5866038 or 13270438. OLE color: 13270438.
HSL color Cylindrical-coordinate representation of color #A67DCA: hue angle of 271.95º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A67DCA is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 125 | 202 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.21 |
| HSL | 271.95º | 0.42% | 0.64% | - |
| HSV(B) | 271.95º | 0.38% | 0.79% | - |
| XYZ | 33.72 | 27.04 | 59.32 | - |
| YUV | 146.04 | 159.58 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 125 | 202 | 0.18 | 0.38 | 0 | 0.21 | 271.95 | 0.42 | 0.64 |
| Hex | A6 | 7D | CA | 12 | 26 | 0 | 15 | 110 | 2A | 40 |
| Octal | 246 | 175 | 312 | 22 | 46 | 0 | 25 | 420 | 52 | 100 |
| Binary | 10100110 | 1111101 | 11001010 | 10010 | 100110 | 0 | 10101 | 100010000 | 101010 | 1000000 |
Color Harmonies of #A67DCA
Complementary color
Monochromatic Colors of #A67DCA
Black with #A67DCA
Text Example
Text Example
White with #A67DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67DCA; }
p { color: rgb(166,125,202); }
H1.HeaderClassName
{
color: #A67DCA;
}
.AnyTagClassName
{
color: #A67DCA;
}
</style>
background-color css
<style>
a { background-color: #A67DCA; }
a { background-color: rgb(166,125,202); }
div.DivClassName
{
background-color: #A67DCA;
}
.BgClassName
{
background-color: #A67DCA;
}
</style>
border-color css
<style>
span { border-color: #A67DCA; }
span { border-color: rgb(166,125,202); }
td.TdClassName
{
border-color: #A67DCA;
}
.TagClassName
{
border-color: #A67DCA;
}
</style>