Shades of Cold Purple #A89DBA
Tints of Cold Purple #A89DBA
RGB
CMYK
RGB Variations
Color information
#A89DBA (or 0xA89DBA) is known color: Cold Purple. HEX triplet: A8, 9D and BA. RGB value is (168,157,186). Sum of RGB (Red+Green+Blue) = 168+157+186=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 186 - color contains mainly: blue. Hex color #A89DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89DBA is #576245. Grayscale: #A3A3A3. Windows color (decimal): -5726790 or 12230056. OLE color: 12230056.
HSL color Cylindrical-coordinate representation of color #A89DBA: hue angle of 262.76º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A89DBA is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 157 | 186 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.27 |
| HSL | 262.76º | 0.17% | 0.67% | - |
| HSV(B) | 262.76º | 0.16% | 0.73% | - |
| XYZ | 37.07 | 35.98 | 51.45 | - |
| YUV | 163.6 | 140.64 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 157 | 186 | 0.10 | 0.16 | 0 | 0.27 | 262.76 | 0.17 | 0.67 |
| Hex | A8 | 9D | BA | A | 10 | 0 | 1B | 107 | 11 | 43 |
| Octal | 250 | 235 | 272 | 12 | 20 | 0 | 33 | 407 | 21 | 103 |
| Binary | 10101000 | 10011101 | 10111010 | 1010 | 10000 | 0 | 11011 | 100000111 | 10001 | 1000011 |
Color Harmonies of #A89DBA
Complementary color
Monochromatic Colors of #A89DBA
Black with #A89DBA
Text Example
Text Example
White with #A89DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89DBA; }
p { color: rgb(168,157,186); }
H1.HeaderClassName
{
color: #A89DBA;
}
.AnyTagClassName
{
color: #A89DBA;
}
</style>
background-color css
<style>
a { background-color: #A89DBA; }
a { background-color: rgb(168,157,186); }
div.DivClassName
{
background-color: #A89DBA;
}
.BgClassName
{
background-color: #A89DBA;
}
</style>
border-color css
<style>
span { border-color: #A89DBA; }
span { border-color: rgb(168,157,186); }
td.TdClassName
{
border-color: #A89DBA;
}
.TagClassName
{
border-color: #A89DBA;
}
</style>