Shades of East Side #A680B7
Tints of East Side #A680B7
RGB
CMYK
RGB Variations
Color information
#A680B7 (or 0xA680B7) is known color: East Side. HEX triplet: A6, 80 and B7. RGB value is (166,128,183). Sum of RGB (Red+Green+Blue) = 166+128+183=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 183 (71.88% from 255 or 38.36% from 477); Max value from RGB is 183 - color contains mainly: blue. Hex color #A680B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A680B7 is #597F48. Grayscale: #919191. Windows color (decimal): -5865289 or 12026022. OLE color: 12026022.
HSL color Cylindrical-coordinate representation of color #A680B7: hue angle of 281.45º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A680B7 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 128 | 183 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.28 |
| HSL | 281.45º | 0.28% | 0.61% | - |
| HSV(B) | 281.45º | 0.3% | 0.72% | - |
| XYZ | 31.99 | 26.96 | 48.32 | - |
| YUV | 145.63 | 149.09 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 183 | 0.09 | 0.30 | 0 | 0.28 | 281.45 | 0.28 | 0.61 |
| Hex | A6 | 80 | B7 | 9 | 1E | 0 | 1C | 119 | 1C | 3D |
| Octal | 246 | 200 | 267 | 11 | 36 | 0 | 34 | 431 | 34 | 75 |
| Binary | 10100110 | 10000000 | 10110111 | 1001 | 11110 | 0 | 11100 | 100011001 | 11100 | 111101 |
Color Harmonies of #A680B7
Complementary color
Monochromatic Colors of #A680B7
Black with #A680B7
Text Example
Text Example
White with #A680B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A680B7; }
p { color: rgb(166,128,183); }
H1.HeaderClassName
{
color: #A680B7;
}
.AnyTagClassName
{
color: #A680B7;
}
</style>
background-color css
<style>
a { background-color: #A680B7; }
a { background-color: rgb(166,128,183); }
div.DivClassName
{
background-color: #A680B7;
}
.BgClassName
{
background-color: #A680B7;
}
</style>
border-color css
<style>
span { border-color: #A680B7; }
span { border-color: rgb(166,128,183); }
td.TdClassName
{
border-color: #A680B7;
}
.TagClassName
{
border-color: #A680B7;
}
</style>