Shades of Cold Purple #A08CCF
Tints of Cold Purple #A08CCF
RGB
CMYK
RGB Variations
Color information
#A08CCF (or 0xA08CCF) is known color: Cold Purple. HEX triplet: A0, 8C and CF. RGB value is (160,140,207). Sum of RGB (Red+Green+Blue) = 160+140+207=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #A08CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08CCF is #5F7330. Grayscale: #999999. Windows color (decimal): -6255409 or 13601952. OLE color: 13601952.
HSL color Cylindrical-coordinate representation of color #A08CCF: hue angle of 257.91º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A08CCF is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 140 | 207 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.19 |
| HSL | 257.91º | 0.41% | 0.68% | - |
| HSV(B) | 257.91º | 0.32% | 0.81% | - |
| XYZ | 35.14 | 30.73 | 63.11 | - |
| YUV | 153.62 | 158.13 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 140 | 207 | 0.23 | 0.32 | 0 | 0.19 | 257.91 | 0.41 | 0.68 |
| Hex | A0 | 8C | CF | 17 | 20 | 0 | 13 | 102 | 29 | 44 |
| Octal | 240 | 214 | 317 | 27 | 40 | 0 | 23 | 402 | 51 | 104 |
| Binary | 10100000 | 10001100 | 11001111 | 10111 | 100000 | 0 | 10011 | 100000010 | 101001 | 1000100 |
Color Harmonies of #A08CCF
Complementary color
Monochromatic Colors of #A08CCF
Black with #A08CCF
Text Example
Text Example
White with #A08CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08CCF; }
p { color: rgb(160,140,207); }
H1.HeaderClassName
{
color: #A08CCF;
}
.AnyTagClassName
{
color: #A08CCF;
}
</style>
background-color css
<style>
a { background-color: #A08CCF; }
a { background-color: rgb(160,140,207); }
div.DivClassName
{
background-color: #A08CCF;
}
.BgClassName
{
background-color: #A08CCF;
}
</style>
border-color css
<style>
span { border-color: #A08CCF; }
span { border-color: rgb(160,140,207); }
td.TdClassName
{
border-color: #A08CCF;
}
.TagClassName
{
border-color: #A08CCF;
}
</style>