Shades of Cold Purple #A89DBD
Tints of Cold Purple #A89DBD
RGB
CMYK
RGB Variations
Color information
#A89DBD (or 0xA89DBD) is known color: Cold Purple. HEX triplet: A8, 9D and BD. RGB value is (168,157,189). Sum of RGB (Red+Green+Blue) = 168+157+189=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 157 (61.72% from 255 or 30.54% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 189 - color contains mainly: blue. Hex color #A89DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89DBD is #576242. Grayscale: #A3A3A3. Windows color (decimal): -5726787 or 12426664. OLE color: 12426664.
HSL color Cylindrical-coordinate representation of color #A89DBD: hue angle of 260.62º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A89DBD is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 157 | 189 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.26 |
| HSL | 260.63º | 0.2% | 0.68% | - |
| HSV(B) | 260.63º | 0.17% | 0.74% | - |
| XYZ | 37.39 | 36.11 | 53.14 | - |
| YUV | 163.94 | 142.14 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 157 | 189 | 0.11 | 0.17 | 0 | 0.26 | 260.63 | 0.2 | 0.68 |
| Hex | A8 | 9D | BD | B | 11 | 0 | 1A | 105 | 14 | 44 |
| Octal | 250 | 235 | 275 | 13 | 21 | 0 | 32 | 405 | 24 | 104 |
| Binary | 10101000 | 10011101 | 10111101 | 1011 | 10001 | 0 | 11010 | 100000101 | 10100 | 1000100 |
Color Harmonies of #A89DBD
Complementary color
Monochromatic Colors of #A89DBD
Black with #A89DBD
Text Example
Text Example
White with #A89DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89DBD; }
p { color: rgb(168,157,189); }
H1.HeaderClassName
{
color: #A89DBD;
}
.AnyTagClassName
{
color: #A89DBD;
}
</style>
background-color css
<style>
a { background-color: #A89DBD; }
a { background-color: rgb(168,157,189); }
div.DivClassName
{
background-color: #A89DBD;
}
.BgClassName
{
background-color: #A89DBD;
}
</style>
border-color css
<style>
span { border-color: #A89DBD; }
span { border-color: rgb(168,157,189); }
td.TdClassName
{
border-color: #A89DBD;
}
.TagClassName
{
border-color: #A89DBD;
}
</style>