Shades of East Side #A99FB2
Tints of East Side #A99FB2
RGB
CMYK
RGB Variations
Color information
#A99FB2 (or 0xA99FB2) is known color: East Side. HEX triplet: A9, 9F and B2. RGB value is (169,159,178). Sum of RGB (Red+Green+Blue) = 169+159+178=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 178 - color contains mainly: blue. Hex color #A99FB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99FB2 is #56604D. Grayscale: #A4A4A4. Windows color (decimal): -5660750 or 11706281. OLE color: 11706281.
HSL color Cylindrical-coordinate representation of color #A99FB2: hue angle of 271.58º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A99FB2 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 159 | 178 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.30 |
| HSL | 271.58º | 0.11% | 0.66% | - |
| HSV(B) | 271.58º | 0.11% | 0.7% | - |
| XYZ | 36.8 | 36.45 | 47.21 | - |
| YUV | 164.16 | 135.81 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 159 | 178 | 0.05 | 0.11 | 0 | 0.30 | 271.58 | 0.11 | 0.66 |
| Hex | A9 | 9F | B2 | 5 | B | 0 | 1E | 110 | B | 42 |
| Octal | 251 | 237 | 262 | 5 | 13 | 0 | 36 | 420 | 13 | 102 |
| Binary | 10101001 | 10011111 | 10110010 | 101 | 1011 | 0 | 11110 | 100010000 | 1011 | 1000010 |
Color Harmonies of #A99FB2
Complementary color
Monochromatic Colors of #A99FB2
Black with #A99FB2
Text Example
Text Example
White with #A99FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99FB2; }
p { color: rgb(169,159,178); }
H1.HeaderClassName
{
color: #A99FB2;
}
.AnyTagClassName
{
color: #A99FB2;
}
</style>
background-color css
<style>
a { background-color: #A99FB2; }
a { background-color: rgb(169,159,178); }
div.DivClassName
{
background-color: #A99FB2;
}
.BgClassName
{
background-color: #A99FB2;
}
</style>
border-color css
<style>
span { border-color: #A99FB2; }
span { border-color: rgb(169,159,178); }
td.TdClassName
{
border-color: #A99FB2;
}
.TagClassName
{
border-color: #A99FB2;
}
</style>