Shades of East Side #A98CB6
Tints of East Side #A98CB6
RGB
CMYK
RGB Variations
Color information
#A98CB6 (or 0xA98CB6) is known color: East Side. HEX triplet: A9, 8C and B6. RGB value is (169,140,182). Sum of RGB (Red+Green+Blue) = 169+140+182=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 182 - color contains mainly: blue. Hex color #A98CB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98CB6 is #567349. Grayscale: #999999. Windows color (decimal): -5665610 or 11963561. OLE color: 11963561.
HSL color Cylindrical-coordinate representation of color #A98CB6: hue angle of 281.43º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A98CB6 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 140 | 182 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.29 |
| HSL | 281.43º | 0.22% | 0.63% | - |
| HSV(B) | 281.43º | 0.23% | 0.71% | - |
| XYZ | 34.18 | 30.57 | 48.35 | - |
| YUV | 153.46 | 144.11 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 140 | 182 | 0.07 | 0.23 | 0 | 0.29 | 281.43 | 0.22 | 0.63 |
| Hex | A9 | 8C | B6 | 7 | 17 | 0 | 1D | 119 | 16 | 3F |
| Octal | 251 | 214 | 266 | 7 | 27 | 0 | 35 | 431 | 26 | 77 |
| Binary | 10101001 | 10001100 | 10110110 | 111 | 10111 | 0 | 11101 | 100011001 | 10110 | 111111 |
Color Harmonies of #A98CB6
Complementary color
Monochromatic Colors of #A98CB6
Black with #A98CB6
Text Example
Text Example
White with #A98CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98CB6; }
p { color: rgb(169,140,182); }
H1.HeaderClassName
{
color: #A98CB6;
}
.AnyTagClassName
{
color: #A98CB6;
}
</style>
background-color css
<style>
a { background-color: #A98CB6; }
a { background-color: rgb(169,140,182); }
div.DivClassName
{
background-color: #A98CB6;
}
.BgClassName
{
background-color: #A98CB6;
}
</style>
border-color css
<style>
span { border-color: #A98CB6; }
span { border-color: rgb(169,140,182); }
td.TdClassName
{
border-color: #A98CB6;
}
.TagClassName
{
border-color: #A98CB6;
}
</style>