Shades of East Side #A983D0
Tints of East Side #A983D0
RGB
CMYK
RGB Variations
Color information
#A983D0 (or 0xA983D0) is known color: East Side. HEX triplet: A9, 83 and D0. RGB value is (169,131,208). Sum of RGB (Red+Green+Blue) = 169+131+208=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 131 (51.56% from 255 or 25.79% from 508); Blue value is 208 (81.64% from 255 or 40.94% from 508); Max value from RGB is 208 - color contains mainly: blue. Hex color #A983D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A983D0 is #567C2F. Grayscale: #969696. Windows color (decimal): -5667888 or 13665193. OLE color: 13665193.
HSL color Cylindrical-coordinate representation of color #A983D0: hue angle of 269.61º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A983D0 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 131 | 208 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.18 |
| HSL | 269.61º | 0.45% | 0.66% | - |
| HSV(B) | 269.61º | 0.37% | 0.82% | - |
| XYZ | 35.86 | 29.22 | 63.42 | - |
| YUV | 151.14 | 160.09 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 131 | 208 | 0.19 | 0.37 | 0 | 0.18 | 269.61 | 0.45 | 0.66 |
| Hex | A9 | 83 | D0 | 13 | 25 | 0 | 12 | 10E | 2D | 42 |
| Octal | 251 | 203 | 320 | 23 | 45 | 0 | 22 | 416 | 55 | 102 |
| Binary | 10101001 | 10000011 | 11010000 | 10011 | 100101 | 0 | 10010 | 100001110 | 101101 | 1000010 |
Color Harmonies of #A983D0
Complementary color
Monochromatic Colors of #A983D0
Black with #A983D0
Text Example
Text Example
White with #A983D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A983D0; }
p { color: rgb(169,131,208); }
H1.HeaderClassName
{
color: #A983D0;
}
.AnyTagClassName
{
color: #A983D0;
}
</style>
background-color css
<style>
a { background-color: #A983D0; }
a { background-color: rgb(169,131,208); }
div.DivClassName
{
background-color: #A983D0;
}
.BgClassName
{
background-color: #A983D0;
}
</style>
border-color css
<style>
span { border-color: #A983D0; }
span { border-color: rgb(169,131,208); }
td.TdClassName
{
border-color: #A983D0;
}
.TagClassName
{
border-color: #A983D0;
}
</style>