Shades of East Side #A981D0
Tints of East Side #A981D0
RGB
CMYK
RGB Variations
Color information
#A981D0 (or 0xA981D0) is known color: East Side. HEX triplet: A9, 81 and D0. RGB value is (169,129,208). Sum of RGB (Red+Green+Blue) = 169+129+208=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 129 (50.78% from 255 or 25.49% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 208 - color contains mainly: blue. Hex color #A981D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A981D0 is #567E2F. Grayscale: #959595. Windows color (decimal): -5668400 or 13664681. OLE color: 13664681.
HSL color Cylindrical-coordinate representation of color #A981D0: hue angle of 270.38º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A981D0 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 129 | 208 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.18 |
| HSL | 270.38º | 0.46% | 0.66% | - |
| HSV(B) | 270.38º | 0.38% | 0.82% | - |
| XYZ | 35.6 | 28.69 | 63.34 | - |
| YUV | 149.97 | 160.75 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 129 | 208 | 0.19 | 0.38 | 0 | 0.18 | 270.38 | 0.46 | 0.66 |
| Hex | A9 | 81 | D0 | 13 | 26 | 0 | 12 | 10E | 2E | 42 |
| Octal | 251 | 201 | 320 | 23 | 46 | 0 | 22 | 416 | 56 | 102 |
| Binary | 10101001 | 10000001 | 11010000 | 10011 | 100110 | 0 | 10010 | 100001110 | 101110 | 1000010 |
Color Harmonies of #A981D0
Complementary color
Monochromatic Colors of #A981D0
Black with #A981D0
Text Example
Text Example
White with #A981D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A981D0; }
p { color: rgb(169,129,208); }
H1.HeaderClassName
{
color: #A981D0;
}
.AnyTagClassName
{
color: #A981D0;
}
</style>
background-color css
<style>
a { background-color: #A981D0; }
a { background-color: rgb(169,129,208); }
div.DivClassName
{
background-color: #A981D0;
}
.BgClassName
{
background-color: #A981D0;
}
</style>
border-color css
<style>
span { border-color: #A981D0; }
span { border-color: rgb(169,129,208); }
td.TdClassName
{
border-color: #A981D0;
}
.TagClassName
{
border-color: #A981D0;
}
</style>