Shades of Cold Purple #A08DCD
Tints of Cold Purple #A08DCD
RGB
CMYK
RGB Variations
Color information
#A08DCD (or 0xA08DCD) is known color: Cold Purple. HEX triplet: A0, 8D and CD. RGB value is (160,141,205). Sum of RGB (Red+Green+Blue) = 160+141+205=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #A08DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08DCD is #5F7232. Grayscale: #999999. Windows color (decimal): -6255155 or 13471136. OLE color: 13471136.
HSL color Cylindrical-coordinate representation of color #A08DCD: hue angle of 257.81º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A08DCD is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 141 | 205 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.20 |
| HSL | 257.81º | 0.39% | 0.68% | - |
| HSV(B) | 257.81º | 0.31% | 0.8% | - |
| XYZ | 35.04 | 30.93 | 61.88 | - |
| YUV | 153.98 | 156.79 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 205 | 0.22 | 0.31 | 0 | 0.20 | 257.81 | 0.39 | 0.68 |
| Hex | A0 | 8D | CD | 16 | 1F | 0 | 14 | 102 | 27 | 44 |
| Octal | 240 | 215 | 315 | 26 | 37 | 0 | 24 | 402 | 47 | 104 |
| Binary | 10100000 | 10001101 | 11001101 | 10110 | 11111 | 0 | 10100 | 100000010 | 100111 | 1000100 |
Color Harmonies of #A08DCD
Complementary color
Monochromatic Colors of #A08DCD
Black with #A08DCD
Text Example
Text Example
White with #A08DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08DCD; }
p { color: rgb(160,141,205); }
H1.HeaderClassName
{
color: #A08DCD;
}
.AnyTagClassName
{
color: #A08DCD;
}
</style>
background-color css
<style>
a { background-color: #A08DCD; }
a { background-color: rgb(160,141,205); }
div.DivClassName
{
background-color: #A08DCD;
}
.BgClassName
{
background-color: #A08DCD;
}
</style>
border-color css
<style>
span { border-color: #A08DCD; }
span { border-color: rgb(160,141,205); }
td.TdClassName
{
border-color: #A08DCD;
}
.TagClassName
{
border-color: #A08DCD;
}
</style>