Shades of East Side #A198AA
Tints of East Side #A198AA
RGB
CMYK
RGB Variations
Color information
#A198AA (or 0xA198AA) is known color: East Side. HEX triplet: A1, 98 and AA. RGB value is (161,152,170). Sum of RGB (Red+Green+Blue) = 161+152+170=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 170 - color contains mainly: blue. Hex color #A198AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A198AA is #5E6755. Grayscale: #9C9C9C. Windows color (decimal): -6186838 or 11180193. OLE color: 11180193.
HSL color Cylindrical-coordinate representation of color #A198AA: hue angle of 270º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A198AA is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 152 | 170 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.33 |
| HSL | 270º | 0.1% | 0.63% | - |
| HSV(B) | 270º | 0.11% | 0.67% | - |
| XYZ | 33.18 | 32.94 | 42.64 | - |
| YUV | 156.74 | 135.48 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 152 | 170 | 0.05 | 0.11 | 0 | 0.33 | 270 | 0.1 | 0.63 |
| Hex | A1 | 98 | AA | 5 | B | 0 | 21 | 10E | A | 3F |
| Octal | 241 | 230 | 252 | 5 | 13 | 0 | 41 | 416 | 12 | 77 |
| Binary | 10100001 | 10011000 | 10101010 | 101 | 1011 | 0 | 100001 | 100001110 | 1010 | 111111 |
Color Harmonies of #A198AA
Complementary color
Monochromatic Colors of #A198AA
Black with #A198AA
Text Example
Text Example
White with #A198AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A198AA; }
p { color: rgb(161,152,170); }
H1.HeaderClassName
{
color: #A198AA;
}
.AnyTagClassName
{
color: #A198AA;
}
</style>
background-color css
<style>
a { background-color: #A198AA; }
a { background-color: rgb(161,152,170); }
div.DivClassName
{
background-color: #A198AA;
}
.BgClassName
{
background-color: #A198AA;
}
</style>
border-color css
<style>
span { border-color: #A198AA; }
span { border-color: rgb(161,152,170); }
td.TdClassName
{
border-color: #A198AA;
}
.TagClassName
{
border-color: #A198AA;
}
</style>