Shades of Cold Purple #A08DBF
Tints of Cold Purple #A08DBF
RGB
CMYK
RGB Variations
Color information
#A08DBF (or 0xA08DBF) is known color: Cold Purple. HEX triplet: A0, 8D and BF. RGB value is (160,141,191). Sum of RGB (Red+Green+Blue) = 160+141+191=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #A08DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08DBF is #5F7240. Grayscale: #989898. Windows color (decimal): -6255169 or 12553632. OLE color: 12553632.
HSL color Cylindrical-coordinate representation of color #A08DBF: hue angle of 262.8º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A08DBF is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 141 | 191 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.25 |
| HSL | 262.8º | 0.28% | 0.65% | - |
| HSV(B) | 262.8º | 0.26% | 0.75% | - |
| XYZ | 33.43 | 30.28 | 53.37 | - |
| YUV | 152.38 | 149.79 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 191 | 0.16 | 0.26 | 0 | 0.25 | 262.8 | 0.28 | 0.65 |
| Hex | A0 | 8D | BF | 10 | 1A | 0 | 19 | 107 | 1C | 41 |
| Octal | 240 | 215 | 277 | 20 | 32 | 0 | 31 | 407 | 34 | 101 |
| Binary | 10100000 | 10001101 | 10111111 | 10000 | 11010 | 0 | 11001 | 100000111 | 11100 | 1000001 |
Color Harmonies of #A08DBF
Complementary color
Monochromatic Colors of #A08DBF
Black with #A08DBF
Text Example
Text Example
White with #A08DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08DBF; }
p { color: rgb(160,141,191); }
H1.HeaderClassName
{
color: #A08DBF;
}
.AnyTagClassName
{
color: #A08DBF;
}
</style>
background-color css
<style>
a { background-color: #A08DBF; }
a { background-color: rgb(160,141,191); }
div.DivClassName
{
background-color: #A08DBF;
}
.BgClassName
{
background-color: #A08DBF;
}
</style>
border-color css
<style>
span { border-color: #A08DBF; }
span { border-color: rgb(160,141,191); }
td.TdClassName
{
border-color: #A08DBF;
}
.TagClassName
{
border-color: #A08DBF;
}
</style>