Shades of Cold Purple #A086CC
Tints of Cold Purple #A086CC
RGB
CMYK
RGB Variations
Color information
#A086CC (or 0xA086CC) is known color: Cold Purple. HEX triplet: A0, 86 and CC. RGB value is (160,134,204). Sum of RGB (Red+Green+Blue) = 160+134+204=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 134 (52.73% from 255 or 26.91% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #A086CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A086CC is #5F7933. Grayscale: #959595. Windows color (decimal): -6256948 or 13403808. OLE color: 13403808.
HSL color Cylindrical-coordinate representation of color #A086CC: hue angle of 262.29º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A086CC is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 134 | 204 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.2 |
| HSL | 262.29º | 0.41% | 0.66% | - |
| HSV(B) | 262.29º | 0.34% | 0.8% | - |
| XYZ | 33.92 | 28.88 | 60.91 | - |
| YUV | 149.75 | 158.61 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 204 | 0.22 | 0.34 | 0 | 0.2 | 262.29 | 0.41 | 0.66 |
| Hex | A0 | 86 | CC | 16 | 22 | 0 | 14 | 106 | 29 | 42 |
| Octal | 240 | 206 | 314 | 26 | 42 | 0 | 24 | 406 | 51 | 102 |
| Binary | 10100000 | 10000110 | 11001100 | 10110 | 100010 | 0 | 10100 | 100000110 | 101001 | 1000010 |
Color Harmonies of #A086CC
Complementary color
Monochromatic Colors of #A086CC
Black with #A086CC
Text Example
Text Example
White with #A086CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A086CC; }
p { color: rgb(160,134,204); }
H1.HeaderClassName
{
color: #A086CC;
}
.AnyTagClassName
{
color: #A086CC;
}
</style>
background-color css
<style>
a { background-color: #A086CC; }
a { background-color: rgb(160,134,204); }
div.DivClassName
{
background-color: #A086CC;
}
.BgClassName
{
background-color: #A086CC;
}
</style>
border-color css
<style>
span { border-color: #A086CC; }
span { border-color: rgb(160,134,204); }
td.TdClassName
{
border-color: #A086CC;
}
.TagClassName
{
border-color: #A086CC;
}
</style>