Shades of Cold Purple #A08CCD
Tints of Cold Purple #A08CCD
RGB
CMYK
RGB Variations
Color information
#A08CCD (or 0xA08CCD) is known color: Cold Purple. HEX triplet: A0, 8C and CD. RGB value is (160,140,205). Sum of RGB (Red+Green+Blue) = 160+140+205=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #A08CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08CCD is #5F7332. Grayscale: #999999. Windows color (decimal): -6255411 or 13470880. OLE color: 13470880.
HSL color Cylindrical-coordinate representation of color #A08CCD: hue angle of 258.46º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A08CCD is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 140 | 205 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.20 |
| HSL | 258.46º | 0.39% | 0.68% | - |
| HSV(B) | 258.46º | 0.32% | 0.8% | - |
| XYZ | 34.89 | 30.64 | 61.83 | - |
| YUV | 153.39 | 157.13 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 140 | 205 | 0.22 | 0.32 | 0 | 0.20 | 258.46 | 0.39 | 0.68 |
| Hex | A0 | 8C | CD | 16 | 20 | 0 | 14 | 102 | 27 | 44 |
| Octal | 240 | 214 | 315 | 26 | 40 | 0 | 24 | 402 | 47 | 104 |
| Binary | 10100000 | 10001100 | 11001101 | 10110 | 100000 | 0 | 10100 | 100000010 | 100111 | 1000100 |
Color Harmonies of #A08CCD
Complementary color
Monochromatic Colors of #A08CCD
Black with #A08CCD
Text Example
Text Example
White with #A08CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08CCD; }
p { color: rgb(160,140,205); }
H1.HeaderClassName
{
color: #A08CCD;
}
.AnyTagClassName
{
color: #A08CCD;
}
</style>
background-color css
<style>
a { background-color: #A08CCD; }
a { background-color: rgb(160,140,205); }
div.DivClassName
{
background-color: #A08CCD;
}
.BgClassName
{
background-color: #A08CCD;
}
</style>
border-color css
<style>
span { border-color: #A08CCD; }
span { border-color: rgb(160,140,205); }
td.TdClassName
{
border-color: #A08CCD;
}
.TagClassName
{
border-color: #A08CCD;
}
</style>