Shades of Cold Purple #A89ABF
Tints of Cold Purple #A89ABF
RGB
CMYK
RGB Variations
Color information
#A89ABF (or 0xA89ABF) is known color: Cold Purple. HEX triplet: A8, 9A and BF. RGB value is (168,154,191). Sum of RGB (Red+Green+Blue) = 168+154+191=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 191 - color contains mainly: blue. Hex color #A89ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89ABF is #576540. Grayscale: #A2A2A2. Windows color (decimal): -5727553 or 12556968. OLE color: 12556968.
HSL color Cylindrical-coordinate representation of color #A89ABF: hue angle of 262.7º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A89ABF is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 154 | 191 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.25 |
| HSL | 262.7º | 0.22% | 0.68% | - |
| HSV(B) | 262.7º | 0.19% | 0.75% | - |
| XYZ | 37.11 | 35.2 | 54.13 | - |
| YUV | 162.4 | 144.14 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 191 | 0.12 | 0.19 | 0 | 0.25 | 262.7 | 0.22 | 0.68 |
| Hex | A8 | 9A | BF | C | 13 | 0 | 19 | 107 | 16 | 44 |
| Octal | 250 | 232 | 277 | 14 | 23 | 0 | 31 | 407 | 26 | 104 |
| Binary | 10101000 | 10011010 | 10111111 | 1100 | 10011 | 0 | 11001 | 100000111 | 10110 | 1000100 |
Color Harmonies of #A89ABF
Complementary color
Monochromatic Colors of #A89ABF
Black with #A89ABF
Text Example
Text Example
White with #A89ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89ABF; }
p { color: rgb(168,154,191); }
H1.HeaderClassName
{
color: #A89ABF;
}
.AnyTagClassName
{
color: #A89ABF;
}
</style>
background-color css
<style>
a { background-color: #A89ABF; }
a { background-color: rgb(168,154,191); }
div.DivClassName
{
background-color: #A89ABF;
}
.BgClassName
{
background-color: #A89ABF;
}
</style>
border-color css
<style>
span { border-color: #A89ABF; }
span { border-color: rgb(168,154,191); }
td.TdClassName
{
border-color: #A89ABF;
}
.TagClassName
{
border-color: #A89ABF;
}
</style>