Shades of Cold Purple #A89FBA
Tints of Cold Purple #A89FBA
RGB
CMYK
RGB Variations
Color information
#A89FBA (or 0xA89FBA) is known color: Cold Purple. HEX triplet: A8, 9F and BA. RGB value is (168,159,186). Sum of RGB (Red+Green+Blue) = 168+159+186=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 186 - color contains mainly: blue. Hex color #A89FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89FBA is #576045. Grayscale: #A4A4A4. Windows color (decimal): -5726278 or 12230568. OLE color: 12230568.
HSL color Cylindrical-coordinate representation of color #A89FBA: hue angle of 260º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A89FBA is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 159 | 186 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.27 |
| HSL | 260º | 0.16% | 0.68% | - |
| HSV(B) | 260º | 0.15% | 0.73% | - |
| XYZ | 37.41 | 36.67 | 51.56 | - |
| YUV | 164.77 | 139.98 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 186 | 0.10 | 0.15 | 0 | 0.27 | 260 | 0.16 | 0.68 |
| Hex | A8 | 9F | BA | A | F | 0 | 1B | 104 | 10 | 44 |
| Octal | 250 | 237 | 272 | 12 | 17 | 0 | 33 | 404 | 20 | 104 |
| Binary | 10101000 | 10011111 | 10111010 | 1010 | 1111 | 0 | 11011 | 100000100 | 10000 | 1000100 |
Color Harmonies of #A89FBA
Complementary color
Monochromatic Colors of #A89FBA
Black with #A89FBA
Text Example
Text Example
White with #A89FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89FBA; }
p { color: rgb(168,159,186); }
H1.HeaderClassName
{
color: #A89FBA;
}
.AnyTagClassName
{
color: #A89FBA;
}
</style>
background-color css
<style>
a { background-color: #A89FBA; }
a { background-color: rgb(168,159,186); }
div.DivClassName
{
background-color: #A89FBA;
}
.BgClassName
{
background-color: #A89FBA;
}
</style>
border-color css
<style>
span { border-color: #A89FBA; }
span { border-color: rgb(168,159,186); }
td.TdClassName
{
border-color: #A89FBA;
}
.TagClassName
{
border-color: #A89FBA;
}
</style>