Shades of East Side #A683B8
Tints of East Side #A683B8
RGB
CMYK
RGB Variations
Color information
#A683B8 (or 0xA683B8) is known color: East Side. HEX triplet: A6, 83 and B8. RGB value is (166,131,184). Sum of RGB (Red+Green+Blue) = 166+131+184=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 184 (72.27% from 255 or 38.25% from 481); Max value from RGB is 184 - color contains mainly: blue. Hex color #A683B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A683B8 is #597C47. Grayscale: #939393. Windows color (decimal): -5864520 or 12092326. OLE color: 12092326.
HSL color Cylindrical-coordinate representation of color #A683B8: hue angle of 279.62º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A683B8 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 131 | 184 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.28 |
| HSL | 279.62º | 0.27% | 0.62% | - |
| HSV(B) | 279.62º | 0.29% | 0.72% | - |
| XYZ | 32.49 | 27.8 | 49 | - |
| YUV | 147.51 | 148.6 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 131 | 184 | 0.10 | 0.29 | 0 | 0.28 | 279.62 | 0.27 | 0.62 |
| Hex | A6 | 83 | B8 | A | 1D | 0 | 1C | 118 | 1B | 3E |
| Octal | 246 | 203 | 270 | 12 | 35 | 0 | 34 | 430 | 33 | 76 |
| Binary | 10100110 | 10000011 | 10111000 | 1010 | 11101 | 0 | 11100 | 100011000 | 11011 | 111110 |
Color Harmonies of #A683B8
Complementary color
Monochromatic Colors of #A683B8
Black with #A683B8
Text Example
Text Example
White with #A683B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A683B8; }
p { color: rgb(166,131,184); }
H1.HeaderClassName
{
color: #A683B8;
}
.AnyTagClassName
{
color: #A683B8;
}
</style>
background-color css
<style>
a { background-color: #A683B8; }
a { background-color: rgb(166,131,184); }
div.DivClassName
{
background-color: #A683B8;
}
.BgClassName
{
background-color: #A683B8;
}
</style>
border-color css
<style>
span { border-color: #A683B8; }
span { border-color: rgb(166,131,184); }
td.TdClassName
{
border-color: #A683B8;
}
.TagClassName
{
border-color: #A683B8;
}
</style>