Shades of Cold Purple #A08DB6
Tints of Cold Purple #A08DB6
RGB
CMYK
RGB Variations
Color information
#A08DB6 (or 0xA08DB6) is known color: Cold Purple. HEX triplet: A0, 8D and B6. RGB value is (160,141,182). Sum of RGB (Red+Green+Blue) = 160+141+182=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 182 (71.48% from 255 or 37.68% from 483); Max value from RGB is 182 - color contains mainly: blue. Hex color #A08DB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08DB6 is #5F7249. Grayscale: #979797. Windows color (decimal): -6255178 or 11963808. OLE color: 11963808.
HSL color Cylindrical-coordinate representation of color #A08DB6: hue angle of 267.8º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A08DB6 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 141 | 182 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.29 |
| HSL | 267.8º | 0.22% | 0.63% | - |
| HSV(B) | 267.8º | 0.23% | 0.71% | - |
| XYZ | 32.47 | 29.9 | 48.32 | - |
| YUV | 151.36 | 145.29 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 182 | 0.12 | 0.23 | 0 | 0.29 | 267.8 | 0.22 | 0.63 |
| Hex | A0 | 8D | B6 | C | 17 | 0 | 1D | 10C | 16 | 3F |
| Octal | 240 | 215 | 266 | 14 | 27 | 0 | 35 | 414 | 26 | 77 |
| Binary | 10100000 | 10001101 | 10110110 | 1100 | 10111 | 0 | 11101 | 100001100 | 10110 | 111111 |
Color Harmonies of #A08DB6
Complementary color
Monochromatic Colors of #A08DB6
Black with #A08DB6
Text Example
Text Example
White with #A08DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08DB6; }
p { color: rgb(160,141,182); }
H1.HeaderClassName
{
color: #A08DB6;
}
.AnyTagClassName
{
color: #A08DB6;
}
</style>
background-color css
<style>
a { background-color: #A08DB6; }
a { background-color: rgb(160,141,182); }
div.DivClassName
{
background-color: #A08DB6;
}
.BgClassName
{
background-color: #A08DB6;
}
</style>
border-color css
<style>
span { border-color: #A08DB6; }
span { border-color: rgb(160,141,182); }
td.TdClassName
{
border-color: #A08DB6;
}
.TagClassName
{
border-color: #A08DB6;
}
</style>