Shades of East Side #A99DB4
Tints of East Side #A99DB4
RGB
CMYK
RGB Variations
Color information
#A99DB4 (or 0xA99DB4) is known color: East Side. HEX triplet: A9, 9D and B4. RGB value is (169,157,180). Sum of RGB (Red+Green+Blue) = 169+157+180=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 180 - color contains mainly: blue. Hex color #A99DB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99DB4 is #56624B. Grayscale: #A3A3A3. Windows color (decimal): -5661260 or 11836841. OLE color: 11836841.
HSL color Cylindrical-coordinate representation of color #A99DB4: hue angle of 271.3º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A99DB4 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 157 | 180 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.29 |
| HSL | 271.3º | 0.13% | 0.66% | - |
| HSV(B) | 271.3º | 0.13% | 0.71% | - |
| XYZ | 36.66 | 35.84 | 48.17 | - |
| YUV | 163.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 180 | 0.06 | 0.13 | 0 | 0.29 | 271.3 | 0.13 | 0.66 |
| Hex | A9 | 9D | B4 | 6 | D | 0 | 1D | 10F | D | 42 |
| Octal | 251 | 235 | 264 | 6 | 15 | 0 | 35 | 417 | 15 | 102 |
| Binary | 10101001 | 10011101 | 10110100 | 110 | 1101 | 0 | 11101 | 100001111 | 1101 | 1000010 |
Color Harmonies of #A99DB4
Complementary color
Monochromatic Colors of #A99DB4
Black with #A99DB4
Text Example
Text Example
White with #A99DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99DB4; }
p { color: rgb(169,157,180); }
H1.HeaderClassName
{
color: #A99DB4;
}
.AnyTagClassName
{
color: #A99DB4;
}
</style>
background-color css
<style>
a { background-color: #A99DB4; }
a { background-color: rgb(169,157,180); }
div.DivClassName
{
background-color: #A99DB4;
}
.BgClassName
{
background-color: #A99DB4;
}
</style>
border-color css
<style>
span { border-color: #A99DB4; }
span { border-color: rgb(169,157,180); }
td.TdClassName
{
border-color: #A99DB4;
}
.TagClassName
{
border-color: #A99DB4;
}
</style>