Shades of East Side #A680C1
Tints of East Side #A680C1
RGB
CMYK
RGB Variations
Color information
#A680C1 (or 0xA680C1) is known color: East Side. HEX triplet: A6, 80 and C1. RGB value is (166,128,193). Sum of RGB (Red+Green+Blue) = 166+128+193=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 193 (75.78% from 255 or 39.63% from 487); Max value from RGB is 193 - color contains mainly: blue. Hex color #A680C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A680C1 is #597F3E. Grayscale: #929292. Windows color (decimal): -5865279 or 12681382. OLE color: 12681382.
HSL color Cylindrical-coordinate representation of color #A680C1: hue angle of 275.08º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A680C1 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 128 | 193 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.24 |
| HSL | 275.08º | 0.34% | 0.63% | - |
| HSV(B) | 275.08º | 0.34% | 0.76% | - |
| XYZ | 33.07 | 27.4 | 54 | - |
| YUV | 146.77 | 154.09 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 193 | 0.14 | 0.34 | 0 | 0.24 | 275.08 | 0.34 | 0.63 |
| Hex | A6 | 80 | C1 | E | 22 | 0 | 18 | 113 | 22 | 3F |
| Octal | 246 | 200 | 301 | 16 | 42 | 0 | 30 | 423 | 42 | 77 |
| Binary | 10100110 | 10000000 | 11000001 | 1110 | 100010 | 0 | 11000 | 100010011 | 100010 | 111111 |
Color Harmonies of #A680C1
Complementary color
Monochromatic Colors of #A680C1
Black with #A680C1
Text Example
Text Example
White with #A680C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A680C1; }
p { color: rgb(166,128,193); }
H1.HeaderClassName
{
color: #A680C1;
}
.AnyTagClassName
{
color: #A680C1;
}
</style>
background-color css
<style>
a { background-color: #A680C1; }
a { background-color: rgb(166,128,193); }
div.DivClassName
{
background-color: #A680C1;
}
.BgClassName
{
background-color: #A680C1;
}
</style>
border-color css
<style>
span { border-color: #A680C1; }
span { border-color: rgb(166,128,193); }
td.TdClassName
{
border-color: #A680C1;
}
.TagClassName
{
border-color: #A680C1;
}
</style>