Shades of Cold Purple #A08CC0
Tints of Cold Purple #A08CC0
RGB
CMYK
RGB Variations
Color information
#A08CC0 (or 0xA08CC0) is known color: Cold Purple. HEX triplet: A0, 8C and C0. RGB value is (160,140,192). Sum of RGB (Red+Green+Blue) = 160+140+192=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 192 - color contains mainly: blue. Hex color #A08CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08CC0 is #5F733F. Grayscale: #979797. Windows color (decimal): -6255424 or 12618912. OLE color: 12618912.
HSL color Cylindrical-coordinate representation of color #A08CC0: hue angle of 263.08º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A08CC0 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 140 | 192 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.25 |
| HSL | 263.08º | 0.29% | 0.65% | - |
| HSV(B) | 263.08º | 0.27% | 0.75% | - |
| XYZ | 33.39 | 30.04 | 53.91 | - |
| YUV | 151.91 | 150.63 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 140 | 192 | 0.17 | 0.27 | 0 | 0.25 | 263.08 | 0.29 | 0.65 |
| Hex | A0 | 8C | C0 | 11 | 1B | 0 | 19 | 107 | 1D | 41 |
| Octal | 240 | 214 | 300 | 21 | 33 | 0 | 31 | 407 | 35 | 101 |
| Binary | 10100000 | 10001100 | 11000000 | 10001 | 11011 | 0 | 11001 | 100000111 | 11101 | 1000001 |
Color Harmonies of #A08CC0
Complementary color
Monochromatic Colors of #A08CC0
Black with #A08CC0
Text Example
Text Example
White with #A08CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08CC0; }
p { color: rgb(160,140,192); }
H1.HeaderClassName
{
color: #A08CC0;
}
.AnyTagClassName
{
color: #A08CC0;
}
</style>
background-color css
<style>
a { background-color: #A08CC0; }
a { background-color: rgb(160,140,192); }
div.DivClassName
{
background-color: #A08CC0;
}
.BgClassName
{
background-color: #A08CC0;
}
</style>
border-color css
<style>
span { border-color: #A08CC0; }
span { border-color: rgb(160,140,192); }
td.TdClassName
{
border-color: #A08CC0;
}
.TagClassName
{
border-color: #A08CC0;
}
</style>