Shades of East Side #A981BD
Tints of East Side #A981BD
RGB
CMYK
RGB Variations
Color information
#A981BD (or 0xA981BD) is known color: East Side. HEX triplet: A9, 81 and BD. RGB value is (169,129,189). Sum of RGB (Red+Green+Blue) = 169+129+189=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 189 - color contains mainly: blue. Hex color #A981BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A981BD is #567E42. Grayscale: #939393. Windows color (decimal): -5668419 or 12419497. OLE color: 12419497.
HSL color Cylindrical-coordinate representation of color #A981BD: hue angle of 280º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A981BD is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 129 | 189 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.26 |
| HSL | 280º | 0.31% | 0.62% | - |
| HSV(B) | 280º | 0.32% | 0.74% | - |
| XYZ | 33.4 | 27.81 | 51.75 | - |
| YUV | 147.8 | 151.25 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 129 | 189 | 0.11 | 0.32 | 0 | 0.26 | 280 | 0.31 | 0.62 |
| Hex | A9 | 81 | BD | B | 20 | 0 | 1A | 118 | 1F | 3E |
| Octal | 251 | 201 | 275 | 13 | 40 | 0 | 32 | 430 | 37 | 76 |
| Binary | 10101001 | 10000001 | 10111101 | 1011 | 100000 | 0 | 11010 | 100011000 | 11111 | 111110 |
Color Harmonies of #A981BD
Complementary color
Monochromatic Colors of #A981BD
Black with #A981BD
Text Example
Text Example
White with #A981BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A981BD; }
p { color: rgb(169,129,189); }
H1.HeaderClassName
{
color: #A981BD;
}
.AnyTagClassName
{
color: #A981BD;
}
</style>
background-color css
<style>
a { background-color: #A981BD; }
a { background-color: rgb(169,129,189); }
div.DivClassName
{
background-color: #A981BD;
}
.BgClassName
{
background-color: #A981BD;
}
</style>
border-color css
<style>
span { border-color: #A981BD; }
span { border-color: rgb(169,129,189); }
td.TdClassName
{
border-color: #A981BD;
}
.TagClassName
{
border-color: #A981BD;
}
</style>