Shades of Cold Purple #A89DBC
Tints of Cold Purple #A89DBC
RGB
CMYK
RGB Variations
Color information
#A89DBC (or 0xA89DBC) is known color: Cold Purple. HEX triplet: A8, 9D and BC. RGB value is (168,157,188). Sum of RGB (Red+Green+Blue) = 168+157+188=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 157 (61.72% from 255 or 30.60% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 188 - color contains mainly: blue. Hex color #A89DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89DBC is #576243. Grayscale: #A3A3A3. Windows color (decimal): -5726788 or 12361128. OLE color: 12361128.
HSL color Cylindrical-coordinate representation of color #A89DBC: hue angle of 261.29º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A89DBC is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 157 | 188 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.26 |
| HSL | 261.29º | 0.19% | 0.68% | - |
| HSV(B) | 261.29º | 0.16% | 0.74% | - |
| XYZ | 37.28 | 36.07 | 52.57 | - |
| YUV | 163.82 | 141.64 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 157 | 188 | 0.11 | 0.16 | 0 | 0.26 | 261.29 | 0.19 | 0.68 |
| Hex | A8 | 9D | BC | B | 10 | 0 | 1A | 105 | 13 | 44 |
| Octal | 250 | 235 | 274 | 13 | 20 | 0 | 32 | 405 | 23 | 104 |
| Binary | 10101000 | 10011101 | 10111100 | 1011 | 10000 | 0 | 11010 | 100000101 | 10011 | 1000100 |
Color Harmonies of #A89DBC
Complementary color
Monochromatic Colors of #A89DBC
Black with #A89DBC
Text Example
Text Example
White with #A89DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89DBC; }
p { color: rgb(168,157,188); }
H1.HeaderClassName
{
color: #A89DBC;
}
.AnyTagClassName
{
color: #A89DBC;
}
</style>
background-color css
<style>
a { background-color: #A89DBC; }
a { background-color: rgb(168,157,188); }
div.DivClassName
{
background-color: #A89DBC;
}
.BgClassName
{
background-color: #A89DBC;
}
</style>
border-color css
<style>
span { border-color: #A89DBC; }
span { border-color: rgb(168,157,188); }
td.TdClassName
{
border-color: #A89DBC;
}
.TagClassName
{
border-color: #A89DBC;
}
</style>