Shades of East Side #A998BD
Tints of East Side #A998BD
RGB
CMYK
RGB Variations
Color information
#A998BD (or 0xA998BD) is known color: East Side. HEX triplet: A9, 98 and BD. RGB value is (169,152,189). Sum of RGB (Red+Green+Blue) = 169+152+189=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 189 - color contains mainly: blue. Hex color #A998BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998BD is #566742. Grayscale: #A1A1A1. Windows color (decimal): -5662531 or 12425385. OLE color: 12425385.
HSL color Cylindrical-coordinate representation of color #A998BD: hue angle of 267.57º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A998BD is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 152 | 189 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.26 |
| HSL | 267.57º | 0.22% | 0.67% | - |
| HSV(B) | 267.57º | 0.2% | 0.74% | - |
| XYZ | 36.78 | 34.57 | 52.88 | - |
| YUV | 161.3 | 143.63 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 189 | 0.11 | 0.20 | 0 | 0.26 | 267.57 | 0.22 | 0.67 |
| Hex | A9 | 98 | BD | B | 14 | 0 | 1A | 10C | 16 | 43 |
| Octal | 251 | 230 | 275 | 13 | 24 | 0 | 32 | 414 | 26 | 103 |
| Binary | 10101001 | 10011000 | 10111101 | 1011 | 10100 | 0 | 11010 | 100001100 | 10110 | 1000011 |
Color Harmonies of #A998BD
Complementary color
Monochromatic Colors of #A998BD
Black with #A998BD
Text Example
Text Example
White with #A998BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A998BD; }
p { color: rgb(169,152,189); }
H1.HeaderClassName
{
color: #A998BD;
}
.AnyTagClassName
{
color: #A998BD;
}
</style>
background-color css
<style>
a { background-color: #A998BD; }
a { background-color: rgb(169,152,189); }
div.DivClassName
{
background-color: #A998BD;
}
.BgClassName
{
background-color: #A998BD;
}
</style>
border-color css
<style>
span { border-color: #A998BD; }
span { border-color: rgb(169,152,189); }
td.TdClassName
{
border-color: #A998BD;
}
.TagClassName
{
border-color: #A998BD;
}
</style>