Shades of East Side #A98BC2
Tints of East Side #A98BC2
RGB
CMYK
RGB Variations
Color information
#A98BC2 (or 0xA98BC2) is known color: East Side. HEX triplet: A9, 8B and C2. RGB value is (169,139,194). Sum of RGB (Red+Green+Blue) = 169+139+194=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 194 - color contains mainly: blue. Hex color #A98BC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98BC2 is #56743D. Grayscale: #9A9A9A. Windows color (decimal): -5665854 or 12749737. OLE color: 12749737.
HSL color Cylindrical-coordinate representation of color #A98BC2: hue angle of 272.73º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A98BC2 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 139 | 194 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.24 |
| HSL | 272.73º | 0.31% | 0.65% | - |
| HSV(B) | 272.73º | 0.28% | 0.76% | - |
| XYZ | 35.33 | 30.8 | 55.12 | - |
| YUV | 154.24 | 150.44 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 139 | 194 | 0.13 | 0.28 | 0 | 0.24 | 272.73 | 0.31 | 0.65 |
| Hex | A9 | 8B | C2 | D | 1C | 0 | 18 | 111 | 1F | 41 |
| Octal | 251 | 213 | 302 | 15 | 34 | 0 | 30 | 421 | 37 | 101 |
| Binary | 10101001 | 10001011 | 11000010 | 1101 | 11100 | 0 | 11000 | 100010001 | 11111 | 1000001 |
Color Harmonies of #A98BC2
Complementary color
Monochromatic Colors of #A98BC2
Black with #A98BC2
Text Example
Text Example
White with #A98BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98BC2; }
p { color: rgb(169,139,194); }
H1.HeaderClassName
{
color: #A98BC2;
}
.AnyTagClassName
{
color: #A98BC2;
}
</style>
background-color css
<style>
a { background-color: #A98BC2; }
a { background-color: rgb(169,139,194); }
div.DivClassName
{
background-color: #A98BC2;
}
.BgClassName
{
background-color: #A98BC2;
}
</style>
border-color css
<style>
span { border-color: #A98BC2; }
span { border-color: rgb(169,139,194); }
td.TdClassName
{
border-color: #A98BC2;
}
.TagClassName
{
border-color: #A98BC2;
}
</style>