Shades of East Side #A99DB3
Tints of East Side #A99DB3
RGB
CMYK
RGB Variations
Color information
#A99DB3 (or 0xA99DB3) is known color: East Side. HEX triplet: A9, 9D and B3. RGB value is (169,157,179). Sum of RGB (Red+Green+Blue) = 169+157+179=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 179 (70.31% from 255 or 35.45% from 505); Max value from RGB is 179 - color contains mainly: blue. Hex color #A99DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99DB3 is #56624C. Grayscale: #A3A3A3. Windows color (decimal): -5661261 or 11771305. OLE color: 11771305.
HSL color Cylindrical-coordinate representation of color #A99DB3: hue angle of 272.73º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A99DB3 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 157 | 179 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.30 |
| HSL | 272.73º | 0.13% | 0.66% | - |
| HSV(B) | 272.73º | 0.12% | 0.7% | - |
| XYZ | 36.56 | 35.8 | 47.63 | - |
| YUV | 163.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 179 | 0.06 | 0.12 | 0 | 0.30 | 272.73 | 0.13 | 0.66 |
| Hex | A9 | 9D | B3 | 6 | C | 0 | 1E | 111 | D | 42 |
| Octal | 251 | 235 | 263 | 6 | 14 | 0 | 36 | 421 | 15 | 102 |
| Binary | 10101001 | 10011101 | 10110011 | 110 | 1100 | 0 | 11110 | 100010001 | 1101 | 1000010 |
Color Harmonies of #A99DB3
Complementary color
Monochromatic Colors of #A99DB3
Black with #A99DB3
Text Example
Text Example
White with #A99DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99DB3; }
p { color: rgb(169,157,179); }
H1.HeaderClassName
{
color: #A99DB3;
}
.AnyTagClassName
{
color: #A99DB3;
}
</style>
background-color css
<style>
a { background-color: #A99DB3; }
a { background-color: rgb(169,157,179); }
div.DivClassName
{
background-color: #A99DB3;
}
.BgClassName
{
background-color: #A99DB3;
}
</style>
border-color css
<style>
span { border-color: #A99DB3; }
span { border-color: rgb(169,157,179); }
td.TdClassName
{
border-color: #A99DB3;
}
.TagClassName
{
border-color: #A99DB3;
}
</style>