Shades of Cold Purple #A89ABA
Tints of Cold Purple #A89ABA
RGB
CMYK
RGB Variations
Color information
#A89ABA (or 0xA89ABA) is known color: Cold Purple. HEX triplet: A8, 9A and BA. RGB value is (168,154,186). Sum of RGB (Red+Green+Blue) = 168+154+186=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 186 - color contains mainly: blue. Hex color #A89ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89ABA is #576545. Grayscale: #A1A1A1. Windows color (decimal): -5727558 or 12229288. OLE color: 12229288.
HSL color Cylindrical-coordinate representation of color #A89ABA: hue angle of 266.25º degrees, saturation: 0.19, 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 #A89ABA is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 154 | 186 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.27 |
| HSL | 266.25º | 0.19% | 0.67% | - |
| HSV(B) | 266.25º | 0.17% | 0.73% | - |
| XYZ | 36.57 | 34.98 | 51.28 | - |
| YUV | 161.83 | 141.64 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 186 | 0.10 | 0.17 | 0 | 0.27 | 266.25 | 0.19 | 0.67 |
| Hex | A8 | 9A | BA | A | 11 | 0 | 1B | 10A | 13 | 43 |
| Octal | 250 | 232 | 272 | 12 | 21 | 0 | 33 | 412 | 23 | 103 |
| Binary | 10101000 | 10011010 | 10111010 | 1010 | 10001 | 0 | 11011 | 100001010 | 10011 | 1000011 |
Color Harmonies of #A89ABA
Complementary color
Monochromatic Colors of #A89ABA
Black with #A89ABA
Text Example
Text Example
White with #A89ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89ABA; }
p { color: rgb(168,154,186); }
H1.HeaderClassName
{
color: #A89ABA;
}
.AnyTagClassName
{
color: #A89ABA;
}
</style>
background-color css
<style>
a { background-color: #A89ABA; }
a { background-color: rgb(168,154,186); }
div.DivClassName
{
background-color: #A89ABA;
}
.BgClassName
{
background-color: #A89ABA;
}
</style>
border-color css
<style>
span { border-color: #A89ABA; }
span { border-color: rgb(168,154,186); }
td.TdClassName
{
border-color: #A89ABA;
}
.TagClassName
{
border-color: #A89ABA;
}
</style>