Shades of Cold Purple #A08DB9
Tints of Cold Purple #A08DB9
RGB
CMYK
RGB Variations
Color information
#A08DB9 (or 0xA08DB9) is known color: Cold Purple. HEX triplet: A0, 8D and B9. RGB value is (160,141,185). Sum of RGB (Red+Green+Blue) = 160+141+185=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 185 - color contains mainly: blue. Hex color #A08DB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08DB9 is #5F7246. Grayscale: #979797. Windows color (decimal): -6255175 or 12160416. OLE color: 12160416.
HSL color Cylindrical-coordinate representation of color #A08DB9: hue angle of 265.91º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A08DB9 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 141 | 185 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.27 |
| HSL | 265.91º | 0.24% | 0.64% | - |
| HSV(B) | 265.91º | 0.24% | 0.73% | - |
| XYZ | 32.78 | 30.03 | 49.97 | - |
| YUV | 151.7 | 146.79 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 185 | 0.14 | 0.24 | 0 | 0.27 | 265.91 | 0.24 | 0.64 |
| Hex | A0 | 8D | B9 | E | 18 | 0 | 1B | 10A | 18 | 40 |
| Octal | 240 | 215 | 271 | 16 | 30 | 0 | 33 | 412 | 30 | 100 |
| Binary | 10100000 | 10001101 | 10111001 | 1110 | 11000 | 0 | 11011 | 100001010 | 11000 | 1000000 |
Color Harmonies of #A08DB9
Complementary color
Monochromatic Colors of #A08DB9
Black with #A08DB9
Text Example
Text Example
White with #A08DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08DB9; }
p { color: rgb(160,141,185); }
H1.HeaderClassName
{
color: #A08DB9;
}
.AnyTagClassName
{
color: #A08DB9;
}
</style>
background-color css
<style>
a { background-color: #A08DB9; }
a { background-color: rgb(160,141,185); }
div.DivClassName
{
background-color: #A08DB9;
}
.BgClassName
{
background-color: #A08DB9;
}
</style>
border-color css
<style>
span { border-color: #A08DB9; }
span { border-color: rgb(160,141,185); }
td.TdClassName
{
border-color: #A08DB9;
}
.TagClassName
{
border-color: #A08DB9;
}
</style>