Shades of East Side #A680C8
Tints of East Side #A680C8
RGB
CMYK
RGB Variations
Color information
#A680C8 (or 0xA680C8) is known color: East Side. HEX triplet: A6, 80 and C8. RGB value is (166,128,200). Sum of RGB (Red+Green+Blue) = 166+128+200=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 200 (78.52% from 255 or 40.49% from 494); Max value from RGB is 200 - color contains mainly: blue. Hex color #A680C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A680C8 is #597F37. Grayscale: #939393. Windows color (decimal): -5865272 or 13140134. OLE color: 13140134.
HSL color Cylindrical-coordinate representation of color #A680C8: hue angle of 271.67º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A680C8 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 128 | 200 | - |
| CMYK | 0.17 | 0.36 | 0 | 0.22 |
| HSL | 271.67º | 0.4% | 0.64% | - |
| HSV(B) | 271.67º | 0.36% | 0.78% | - |
| XYZ | 33.87 | 27.72 | 58.21 | - |
| YUV | 147.57 | 157.59 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 200 | 0.17 | 0.36 | 0 | 0.22 | 271.67 | 0.4 | 0.64 |
| Hex | A6 | 80 | C8 | 11 | 24 | 0 | 16 | 110 | 28 | 40 |
| Octal | 246 | 200 | 310 | 21 | 44 | 0 | 26 | 420 | 50 | 100 |
| Binary | 10100110 | 10000000 | 11001000 | 10001 | 100100 | 0 | 10110 | 100010000 | 101000 | 1000000 |
Color Harmonies of #A680C8
Complementary color
Monochromatic Colors of #A680C8
Black with #A680C8
Text Example
Text Example
White with #A680C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A680C8; }
p { color: rgb(166,128,200); }
H1.HeaderClassName
{
color: #A680C8;
}
.AnyTagClassName
{
color: #A680C8;
}
</style>
background-color css
<style>
a { background-color: #A680C8; }
a { background-color: rgb(166,128,200); }
div.DivClassName
{
background-color: #A680C8;
}
.BgClassName
{
background-color: #A680C8;
}
</style>
border-color css
<style>
span { border-color: #A680C8; }
span { border-color: rgb(166,128,200); }
td.TdClassName
{
border-color: #A680C8;
}
.TagClassName
{
border-color: #A680C8;
}
</style>