Shades of East Side #A983C6
Tints of East Side #A983C6
RGB
CMYK
RGB Variations
Color information
#A983C6 (or 0xA983C6) is known color: East Side. HEX triplet: A9, 83 and C6. RGB value is (169,131,198). Sum of RGB (Red+Green+Blue) = 169+131+198=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 131 (51.56% from 255 or 26.31% from 498); Blue value is 198 (77.73% from 255 or 39.76% from 498); Max value from RGB is 198 - color contains mainly: blue. Hex color #A983C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A983C6 is #567C39. Grayscale: #959595. Windows color (decimal): -5667898 or 13009833. OLE color: 13009833.
HSL color Cylindrical-coordinate representation of color #A983C6: hue angle of 274.03º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A983C6 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 131 | 198 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.22 |
| HSL | 274.03º | 0.37% | 0.65% | - |
| HSV(B) | 274.03º | 0.34% | 0.78% | - |
| XYZ | 34.67 | 28.74 | 57.15 | - |
| YUV | 150 | 155.09 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 131 | 198 | 0.15 | 0.34 | 0 | 0.22 | 274.03 | 0.37 | 0.65 |
| Hex | A9 | 83 | C6 | F | 22 | 0 | 16 | 112 | 25 | 41 |
| Octal | 251 | 203 | 306 | 17 | 42 | 0 | 26 | 422 | 45 | 101 |
| Binary | 10101001 | 10000011 | 11000110 | 1111 | 100010 | 0 | 10110 | 100010010 | 100101 | 1000001 |
Color Harmonies of #A983C6
Complementary color
Monochromatic Colors of #A983C6
Black with #A983C6
Text Example
Text Example
White with #A983C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A983C6; }
p { color: rgb(169,131,198); }
H1.HeaderClassName
{
color: #A983C6;
}
.AnyTagClassName
{
color: #A983C6;
}
</style>
background-color css
<style>
a { background-color: #A983C6; }
a { background-color: rgb(169,131,198); }
div.DivClassName
{
background-color: #A983C6;
}
.BgClassName
{
background-color: #A983C6;
}
</style>
border-color css
<style>
span { border-color: #A983C6; }
span { border-color: rgb(169,131,198); }
td.TdClassName
{
border-color: #A983C6;
}
.TagClassName
{
border-color: #A983C6;
}
</style>