Shades of Cold Purple #A99DBA
Tints of Cold Purple #A99DBA
RGB
CMYK
RGB Variations
Color information
#A99DBA (or 0xA99DBA) is known color: Cold Purple. HEX triplet: A9, 9D and BA. RGB value is (169,157,186). Sum of RGB (Red+Green+Blue) = 169+157+186=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 186 - color contains mainly: blue. Hex color #A99DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99DBA is #566245. Grayscale: #A3A3A3. Windows color (decimal): -5661254 or 12230057. OLE color: 12230057.
HSL color Cylindrical-coordinate representation of color #A99DBA: hue angle of 264.83º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A99DBA is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 157 | 186 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.27 |
| HSL | 264.83º | 0.17% | 0.67% | - |
| HSV(B) | 264.83º | 0.16% | 0.73% | - |
| XYZ | 37.28 | 36.09 | 51.46 | - |
| YUV | 163.89 | 140.48 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 186 | 0.09 | 0.16 | 0 | 0.27 | 264.83 | 0.17 | 0.67 |
| Hex | A9 | 9D | BA | 9 | 10 | 0 | 1B | 109 | 11 | 43 |
| Octal | 251 | 235 | 272 | 11 | 20 | 0 | 33 | 411 | 21 | 103 |
| Binary | 10101001 | 10011101 | 10111010 | 1001 | 10000 | 0 | 11011 | 100001001 | 10001 | 1000011 |
Color Harmonies of #A99DBA
Complementary color
Monochromatic Colors of #A99DBA
Black with #A99DBA
Text Example
Text Example
White with #A99DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99DBA; }
p { color: rgb(169,157,186); }
H1.HeaderClassName
{
color: #A99DBA;
}
.AnyTagClassName
{
color: #A99DBA;
}
</style>
background-color css
<style>
a { background-color: #A99DBA; }
a { background-color: rgb(169,157,186); }
div.DivClassName
{
background-color: #A99DBA;
}
.BgClassName
{
background-color: #A99DBA;
}
</style>
border-color css
<style>
span { border-color: #A99DBA; }
span { border-color: rgb(169,157,186); }
td.TdClassName
{
border-color: #A99DBA;
}
.TagClassName
{
border-color: #A99DBA;
}
</style>