Shades of Cold Purple #A08DBB
Tints of Cold Purple #A08DBB
RGB
CMYK
RGB Variations
Color information
#A08DBB (or 0xA08DBB) is known color: Cold Purple. HEX triplet: A0, 8D and BB. RGB value is (160,141,187). Sum of RGB (Red+Green+Blue) = 160+141+187=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: blue. Hex color #A08DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08DBB is #5F7244. Grayscale: #979797. Windows color (decimal): -6255173 or 12291488. OLE color: 12291488.
HSL color Cylindrical-coordinate representation of color #A08DBB: hue angle of 264.78º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A08DBB is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 141 | 187 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.27 |
| HSL | 264.78º | 0.25% | 0.64% | - |
| HSV(B) | 264.78º | 0.25% | 0.73% | - |
| XYZ | 32.99 | 30.11 | 51.09 | - |
| YUV | 151.93 | 147.79 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 187 | 0.14 | 0.25 | 0 | 0.27 | 264.78 | 0.25 | 0.64 |
| Hex | A0 | 8D | BB | E | 19 | 0 | 1B | 109 | 19 | 40 |
| Octal | 240 | 215 | 273 | 16 | 31 | 0 | 33 | 411 | 31 | 100 |
| Binary | 10100000 | 10001101 | 10111011 | 1110 | 11001 | 0 | 11011 | 100001001 | 11001 | 1000000 |
Color Harmonies of #A08DBB
Complementary color
Monochromatic Colors of #A08DBB
Black with #A08DBB
Text Example
Text Example
White with #A08DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08DBB; }
p { color: rgb(160,141,187); }
H1.HeaderClassName
{
color: #A08DBB;
}
.AnyTagClassName
{
color: #A08DBB;
}
</style>
background-color css
<style>
a { background-color: #A08DBB; }
a { background-color: rgb(160,141,187); }
div.DivClassName
{
background-color: #A08DBB;
}
.BgClassName
{
background-color: #A08DBB;
}
</style>
border-color css
<style>
span { border-color: #A08DBB; }
span { border-color: rgb(160,141,187); }
td.TdClassName
{
border-color: #A08DBB;
}
.TagClassName
{
border-color: #A08DBB;
}
</style>