Shades of Cold Purple #A08EB9
Tints of Cold Purple #A08EB9
RGB
CMYK
RGB Variations
Color information
#A08EB9 (or 0xA08EB9) is known color: Cold Purple. HEX triplet: A0, 8E and B9. RGB value is (160,142,185). Sum of RGB (Red+Green+Blue) = 160+142+185=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 185 - color contains mainly: blue. Hex color #A08EB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08EB9 is #5F7146. Grayscale: #989898. Windows color (decimal): -6254919 or 12160672. OLE color: 12160672.
HSL color Cylindrical-coordinate representation of color #A08EB9: hue angle of 265.12º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A08EB9 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 142 | 185 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.27 |
| HSL | 265.12º | 0.23% | 0.64% | - |
| HSV(B) | 265.12º | 0.23% | 0.73% | - |
| XYZ | 32.93 | 30.32 | 50.02 | - |
| YUV | 152.28 | 146.46 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 142 | 185 | 0.14 | 0.23 | 0 | 0.27 | 265.12 | 0.23 | 0.64 |
| Hex | A0 | 8E | B9 | E | 17 | 0 | 1B | 109 | 17 | 40 |
| Octal | 240 | 216 | 271 | 16 | 27 | 0 | 33 | 411 | 27 | 100 |
| Binary | 10100000 | 10001110 | 10111001 | 1110 | 10111 | 0 | 11011 | 100001001 | 10111 | 1000000 |
Color Harmonies of #A08EB9
Complementary color
Monochromatic Colors of #A08EB9
Black with #A08EB9
Text Example
Text Example
White with #A08EB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08EB9; }
p { color: rgb(160,142,185); }
H1.HeaderClassName
{
color: #A08EB9;
}
.AnyTagClassName
{
color: #A08EB9;
}
</style>
background-color css
<style>
a { background-color: #A08EB9; }
a { background-color: rgb(160,142,185); }
div.DivClassName
{
background-color: #A08EB9;
}
.BgClassName
{
background-color: #A08EB9;
}
</style>
border-color css
<style>
span { border-color: #A08EB9; }
span { border-color: rgb(160,142,185); }
td.TdClassName
{
border-color: #A08EB9;
}
.TagClassName
{
border-color: #A08EB9;
}
</style>