Shades of East Side #A981CC
Tints of East Side #A981CC
RGB
CMYK
RGB Variations
Color information
#A981CC (or 0xA981CC) is known color: East Side. HEX triplet: A9, 81 and CC. RGB value is (169,129,204). Sum of RGB (Red+Green+Blue) = 169+129+204=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #A981CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A981CC is #567E33. Grayscale: #959595. Windows color (decimal): -5668404 or 13402537. OLE color: 13402537.
HSL color Cylindrical-coordinate representation of color #A981CC: hue angle of 272º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A981CC is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 129 | 204 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.2 |
| HSL | 272º | 0.42% | 0.65% | - |
| HSV(B) | 272º | 0.37% | 0.8% | - |
| XYZ | 35.11 | 28.5 | 60.78 | - |
| YUV | 149.51 | 158.75 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 129 | 204 | 0.17 | 0.37 | 0 | 0.2 | 272 | 0.42 | 0.65 |
| Hex | A9 | 81 | CC | 11 | 25 | 0 | 14 | 110 | 2A | 41 |
| Octal | 251 | 201 | 314 | 21 | 45 | 0 | 24 | 420 | 52 | 101 |
| Binary | 10101001 | 10000001 | 11001100 | 10001 | 100101 | 0 | 10100 | 100010000 | 101010 | 1000001 |
Color Harmonies of #A981CC
Complementary color
Monochromatic Colors of #A981CC
Black with #A981CC
Text Example
Text Example
White with #A981CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A981CC; }
p { color: rgb(169,129,204); }
H1.HeaderClassName
{
color: #A981CC;
}
.AnyTagClassName
{
color: #A981CC;
}
</style>
background-color css
<style>
a { background-color: #A981CC; }
a { background-color: rgb(169,129,204); }
div.DivClassName
{
background-color: #A981CC;
}
.BgClassName
{
background-color: #A981CC;
}
</style>
border-color css
<style>
span { border-color: #A981CC; }
span { border-color: rgb(169,129,204); }
td.TdClassName
{
border-color: #A981CC;
}
.TagClassName
{
border-color: #A981CC;
}
</style>