Shades of East Side #A98CBC
Tints of East Side #A98CBC
RGB
CMYK
RGB Variations
Color information
#A98CBC (or 0xA98CBC) is known color: East Side. HEX triplet: A9, 8C and BC. RGB value is (169,140,188). Sum of RGB (Red+Green+Blue) = 169+140+188=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 188 - color contains mainly: blue. Hex color #A98CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98CBC is #567343. Grayscale: #999999. Windows color (decimal): -5665604 or 12356777. OLE color: 12356777.
HSL color Cylindrical-coordinate representation of color #A98CBC: hue angle of 276.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A98CBC is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 140 | 188 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.26 |
| HSL | 276.25º | 0.26% | 0.64% | - |
| HSV(B) | 276.25º | 0.26% | 0.74% | - |
| XYZ | 34.82 | 30.82 | 51.69 | - |
| YUV | 154.14 | 147.11 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 140 | 188 | 0.10 | 0.26 | 0 | 0.26 | 276.25 | 0.26 | 0.64 |
| Hex | A9 | 8C | BC | A | 1A | 0 | 1A | 114 | 1A | 40 |
| Octal | 251 | 214 | 274 | 12 | 32 | 0 | 32 | 424 | 32 | 100 |
| Binary | 10101001 | 10001100 | 10111100 | 1010 | 11010 | 0 | 11010 | 100010100 | 11010 | 1000000 |
Color Harmonies of #A98CBC
Complementary color
Monochromatic Colors of #A98CBC
Black with #A98CBC
Text Example
Text Example
White with #A98CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98CBC; }
p { color: rgb(169,140,188); }
H1.HeaderClassName
{
color: #A98CBC;
}
.AnyTagClassName
{
color: #A98CBC;
}
</style>
background-color css
<style>
a { background-color: #A98CBC; }
a { background-color: rgb(169,140,188); }
div.DivClassName
{
background-color: #A98CBC;
}
.BgClassName
{
background-color: #A98CBC;
}
</style>
border-color css
<style>
span { border-color: #A98CBC; }
span { border-color: rgb(169,140,188); }
td.TdClassName
{
border-color: #A98CBC;
}
.TagClassName
{
border-color: #A98CBC;
}
</style>