Shades of Cold Purple #A08FCF
Tints of Cold Purple #A08FCF
RGB
CMYK
RGB Variations
Color information
#A08FCF (or 0xA08FCF) is known color: Cold Purple. HEX triplet: A0, 8F and CF. RGB value is (160,143,207). Sum of RGB (Red+Green+Blue) = 160+143+207=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #A08FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08FCF is #5F7030. Grayscale: #9B9B9B. Windows color (decimal): -6254641 or 13602720. OLE color: 13602720.
HSL color Cylindrical-coordinate representation of color #A08FCF: hue angle of 255.94º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A08FCF is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 143 | 207 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.19 |
| HSL | 255.94º | 0.4% | 0.69% | - |
| HSV(B) | 255.94º | 0.31% | 0.81% | - |
| XYZ | 35.58 | 31.62 | 63.26 | - |
| YUV | 155.38 | 157.13 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 143 | 207 | 0.23 | 0.31 | 0 | 0.19 | 255.94 | 0.4 | 0.69 |
| Hex | A0 | 8F | CF | 17 | 1F | 0 | 13 | 100 | 28 | 45 |
| Octal | 240 | 217 | 317 | 27 | 37 | 0 | 23 | 400 | 50 | 105 |
| Binary | 10100000 | 10001111 | 11001111 | 10111 | 11111 | 0 | 10011 | 100000000 | 101000 | 1000101 |
Color Harmonies of #A08FCF
Complementary color
Monochromatic Colors of #A08FCF
Black with #A08FCF
Text Example
Text Example
White with #A08FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08FCF; }
p { color: rgb(160,143,207); }
H1.HeaderClassName
{
color: #A08FCF;
}
.AnyTagClassName
{
color: #A08FCF;
}
</style>
background-color css
<style>
a { background-color: #A08FCF; }
a { background-color: rgb(160,143,207); }
div.DivClassName
{
background-color: #A08FCF;
}
.BgClassName
{
background-color: #A08FCF;
}
</style>
border-color css
<style>
span { border-color: #A08FCF; }
span { border-color: rgb(160,143,207); }
td.TdClassName
{
border-color: #A08FCF;
}
.TagClassName
{
border-color: #A08FCF;
}
</style>