Shades of Cold Purple #A086CF
Tints of Cold Purple #A086CF
RGB
CMYK
RGB Variations
Color information
#A086CF (or 0xA086CF) is known color: Cold Purple. HEX triplet: A0, 86 and CF. RGB value is (160,134,207). Sum of RGB (Red+Green+Blue) = 160+134+207=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 134 (52.73% from 255 or 26.75% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #A086CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A086CF is #5F7930. Grayscale: #959595. Windows color (decimal): -6256945 or 13600416. OLE color: 13600416.
HSL color Cylindrical-coordinate representation of color #A086CF: hue angle of 261.37º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A086CF is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 134 | 207 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.19 |
| HSL | 261.37º | 0.43% | 0.67% | - |
| HSV(B) | 261.37º | 0.35% | 0.81% | - |
| XYZ | 34.28 | 29.03 | 62.83 | - |
| YUV | 150.1 | 160.11 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 207 | 0.23 | 0.35 | 0 | 0.19 | 261.37 | 0.43 | 0.67 |
| Hex | A0 | 86 | CF | 17 | 23 | 0 | 13 | 105 | 2B | 43 |
| Octal | 240 | 206 | 317 | 27 | 43 | 0 | 23 | 405 | 53 | 103 |
| Binary | 10100000 | 10000110 | 11001111 | 10111 | 100011 | 0 | 10011 | 100000101 | 101011 | 1000011 |
Color Harmonies of #A086CF
Complementary color
Monochromatic Colors of #A086CF
Black with #A086CF
Text Example
Text Example
White with #A086CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A086CF; }
p { color: rgb(160,134,207); }
H1.HeaderClassName
{
color: #A086CF;
}
.AnyTagClassName
{
color: #A086CF;
}
</style>
background-color css
<style>
a { background-color: #A086CF; }
a { background-color: rgb(160,134,207); }
div.DivClassName
{
background-color: #A086CF;
}
.BgClassName
{
background-color: #A086CF;
}
</style>
border-color css
<style>
span { border-color: #A086CF; }
span { border-color: rgb(160,134,207); }
td.TdClassName
{
border-color: #A086CF;
}
.TagClassName
{
border-color: #A086CF;
}
</style>