Shades of Cold Purple #A08FC8
Tints of Cold Purple #A08FC8
RGB
CMYK
RGB Variations
Color information
#A08FC8 (or 0xA08FC8) is known color: Cold Purple. HEX triplet: A0, 8F and C8. RGB value is (160,143,200). Sum of RGB (Red+Green+Blue) = 160+143+200=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 200 (78.52% from 255 or 39.76% from 503); Max value from RGB is 200 - color contains mainly: blue. Hex color #A08FC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08FC8 is #5F7037. Grayscale: #9A9A9A. Windows color (decimal): -6254648 or 13143968. OLE color: 13143968.
HSL color Cylindrical-coordinate representation of color #A08FC8: hue angle of 257.89º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A08FC8 is Cyan = 0.2, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 143 | 200 | - |
| CMYK | 0.2 | 0.28 | 0 | 0.22 |
| HSL | 257.89º | 0.34% | 0.67% | - |
| HSV(B) | 257.89º | 0.29% | 0.78% | - |
| XYZ | 34.74 | 31.29 | 58.85 | - |
| YUV | 154.58 | 153.63 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 143 | 200 | 0.2 | 0.28 | 0 | 0.22 | 257.89 | 0.34 | 0.67 |
| Hex | A0 | 8F | C8 | 14 | 1C | 0 | 16 | 102 | 22 | 43 |
| Octal | 240 | 217 | 310 | 24 | 34 | 0 | 26 | 402 | 42 | 103 |
| Binary | 10100000 | 10001111 | 11001000 | 10100 | 11100 | 0 | 10110 | 100000010 | 100010 | 1000011 |
Color Harmonies of #A08FC8
Complementary color
Monochromatic Colors of #A08FC8
Black with #A08FC8
Text Example
Text Example
White with #A08FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08FC8; }
p { color: rgb(160,143,200); }
H1.HeaderClassName
{
color: #A08FC8;
}
.AnyTagClassName
{
color: #A08FC8;
}
</style>
background-color css
<style>
a { background-color: #A08FC8; }
a { background-color: rgb(160,143,200); }
div.DivClassName
{
background-color: #A08FC8;
}
.BgClassName
{
background-color: #A08FC8;
}
</style>
border-color css
<style>
span { border-color: #A08FC8; }
span { border-color: rgb(160,143,200); }
td.TdClassName
{
border-color: #A08FC8;
}
.TagClassName
{
border-color: #A08FC8;
}
</style>