Shades of Cold Purple #A89FB7
Tints of Cold Purple #A89FB7
RGB
CMYK
RGB Variations
Color information
#A89FB7 (or 0xA89FB7) is known color: Cold Purple. HEX triplet: A8, 9F and B7. RGB value is (168,159,183). Sum of RGB (Red+Green+Blue) = 168+159+183=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 183 (71.88% from 255 or 35.88% from 510); Max value from RGB is 183 - color contains mainly: blue. Hex color #A89FB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89FB7 is #576048. Grayscale: #A4A4A4. Windows color (decimal): -5726281 or 12033960. OLE color: 12033960.
HSL color Cylindrical-coordinate representation of color #A89FB7: hue angle of 262.5º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A89FB7 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 159 | 183 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.28 |
| HSL | 262.5º | 0.14% | 0.67% | - |
| HSV(B) | 262.5º | 0.13% | 0.72% | - |
| XYZ | 37.09 | 36.54 | 49.9 | - |
| YUV | 164.43 | 138.48 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 183 | 0.08 | 0.13 | 0 | 0.28 | 262.5 | 0.14 | 0.67 |
| Hex | A8 | 9F | B7 | 8 | D | 0 | 1C | 106 | E | 43 |
| Octal | 250 | 237 | 267 | 10 | 15 | 0 | 34 | 406 | 16 | 103 |
| Binary | 10101000 | 10011111 | 10110111 | 1000 | 1101 | 0 | 11100 | 100000110 | 1110 | 1000011 |
Color Harmonies of #A89FB7
Complementary color
Monochromatic Colors of #A89FB7
Black with #A89FB7
Text Example
Text Example
White with #A89FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89FB7; }
p { color: rgb(168,159,183); }
H1.HeaderClassName
{
color: #A89FB7;
}
.AnyTagClassName
{
color: #A89FB7;
}
</style>
background-color css
<style>
a { background-color: #A89FB7; }
a { background-color: rgb(168,159,183); }
div.DivClassName
{
background-color: #A89FB7;
}
.BgClassName
{
background-color: #A89FB7;
}
</style>
border-color css
<style>
span { border-color: #A89FB7; }
span { border-color: rgb(168,159,183); }
td.TdClassName
{
border-color: #A89FB7;
}
.TagClassName
{
border-color: #A89FB7;
}
</style>