Shades of Cold Purple #A89BBA
Tints of Cold Purple #A89BBA
RGB
CMYK
RGB Variations
Color information
#A89BBA (or 0xA89BBA) is known color: Cold Purple. HEX triplet: A8, 9B and BA. RGB value is (168,155,186). Sum of RGB (Red+Green+Blue) = 168+155+186=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 186 - color contains mainly: blue. Hex color #A89BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89BBA is #576445. Grayscale: #A2A2A2. Windows color (decimal): -5727302 or 12229544. OLE color: 12229544.
HSL color Cylindrical-coordinate representation of color #A89BBA: hue angle of 265.16º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A89BBA is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 155 | 186 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.27 |
| HSL | 265.16º | 0.18% | 0.67% | - |
| HSV(B) | 265.16º | 0.17% | 0.73% | - |
| XYZ | 36.73 | 35.31 | 51.33 | - |
| YUV | 162.42 | 141.31 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 155 | 186 | 0.10 | 0.17 | 0 | 0.27 | 265.16 | 0.18 | 0.67 |
| Hex | A8 | 9B | BA | A | 11 | 0 | 1B | 109 | 12 | 43 |
| Octal | 250 | 233 | 272 | 12 | 21 | 0 | 33 | 411 | 22 | 103 |
| Binary | 10101000 | 10011011 | 10111010 | 1010 | 10001 | 0 | 11011 | 100001001 | 10010 | 1000011 |
Color Harmonies of #A89BBA
Complementary color
Monochromatic Colors of #A89BBA
Black with #A89BBA
Text Example
Text Example
White with #A89BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89BBA; }
p { color: rgb(168,155,186); }
H1.HeaderClassName
{
color: #A89BBA;
}
.AnyTagClassName
{
color: #A89BBA;
}
</style>
background-color css
<style>
a { background-color: #A89BBA; }
a { background-color: rgb(168,155,186); }
div.DivClassName
{
background-color: #A89BBA;
}
.BgClassName
{
background-color: #A89BBA;
}
</style>
border-color css
<style>
span { border-color: #A89BBA; }
span { border-color: rgb(168,155,186); }
td.TdClassName
{
border-color: #A89BBA;
}
.TagClassName
{
border-color: #A89BBA;
}
</style>