Shades of Cold Purple #A08DBC
Tints of Cold Purple #A08DBC
RGB
CMYK
RGB Variations
Color information
#A08DBC (or 0xA08DBC) is known color: Cold Purple. HEX triplet: A0, 8D and BC. RGB value is (160,141,188). Sum of RGB (Red+Green+Blue) = 160+141+188=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 188 - color contains mainly: blue. Hex color #A08DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08DBC is #5F7243. Grayscale: #979797. Windows color (decimal): -6255172 or 12357024. OLE color: 12357024.
HSL color Cylindrical-coordinate representation of color #A08DBC: hue angle of 264.26º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A08DBC is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 141 | 188 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.26 |
| HSL | 264.26º | 0.26% | 0.65% | - |
| HSV(B) | 264.26º | 0.25% | 0.74% | - |
| XYZ | 33.1 | 30.15 | 51.65 | - |
| YUV | 152.04 | 148.29 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 188 | 0.15 | 0.25 | 0 | 0.26 | 264.26 | 0.26 | 0.65 |
| Hex | A0 | 8D | BC | F | 19 | 0 | 1A | 108 | 1A | 41 |
| Octal | 240 | 215 | 274 | 17 | 31 | 0 | 32 | 410 | 32 | 101 |
| Binary | 10100000 | 10001101 | 10111100 | 1111 | 11001 | 0 | 11010 | 100001000 | 11010 | 1000001 |
Color Harmonies of #A08DBC
Complementary color
Monochromatic Colors of #A08DBC
Black with #A08DBC
Text Example
Text Example
White with #A08DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08DBC; }
p { color: rgb(160,141,188); }
H1.HeaderClassName
{
color: #A08DBC;
}
.AnyTagClassName
{
color: #A08DBC;
}
</style>
background-color css
<style>
a { background-color: #A08DBC; }
a { background-color: rgb(160,141,188); }
div.DivClassName
{
background-color: #A08DBC;
}
.BgClassName
{
background-color: #A08DBC;
}
</style>
border-color css
<style>
span { border-color: #A08DBC; }
span { border-color: rgb(160,141,188); }
td.TdClassName
{
border-color: #A08DBC;
}
.TagClassName
{
border-color: #A08DBC;
}
</style>