Shades of Cold Purple #A086C7
Tints of Cold Purple #A086C7
RGB
CMYK
RGB Variations
Color information
#A086C7 (or 0xA086C7) is known color: Cold Purple. HEX triplet: A0, 86 and C7. RGB value is (160,134,199). Sum of RGB (Red+Green+Blue) = 160+134+199=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 199 (78.12% from 255 or 40.37% from 493); Max value from RGB is 199 - color contains mainly: blue. Hex color #A086C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A086C7 is #5F7938. Grayscale: #949494. Windows color (decimal): -6256953 or 13076128. OLE color: 13076128.
HSL color Cylindrical-coordinate representation of color #A086C7: hue angle of 264º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A086C7 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 134 | 199 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.22 |
| HSL | 264º | 0.37% | 0.65% | - |
| HSV(B) | 264º | 0.33% | 0.78% | - |
| XYZ | 33.33 | 28.65 | 57.81 | - |
| YUV | 149.18 | 156.11 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 199 | 0.20 | 0.33 | 0 | 0.22 | 264 | 0.37 | 0.65 |
| Hex | A0 | 86 | C7 | 14 | 21 | 0 | 16 | 108 | 25 | 41 |
| Octal | 240 | 206 | 307 | 24 | 41 | 0 | 26 | 410 | 45 | 101 |
| Binary | 10100000 | 10000110 | 11000111 | 10100 | 100001 | 0 | 10110 | 100001000 | 100101 | 1000001 |
Color Harmonies of #A086C7
Complementary color
Monochromatic Colors of #A086C7
Black with #A086C7
Text Example
Text Example
White with #A086C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A086C7; }
p { color: rgb(160,134,199); }
H1.HeaderClassName
{
color: #A086C7;
}
.AnyTagClassName
{
color: #A086C7;
}
</style>
background-color css
<style>
a { background-color: #A086C7; }
a { background-color: rgb(160,134,199); }
div.DivClassName
{
background-color: #A086C7;
}
.BgClassName
{
background-color: #A086C7;
}
</style>
border-color css
<style>
span { border-color: #A086C7; }
span { border-color: rgb(160,134,199); }
td.TdClassName
{
border-color: #A086C7;
}
.TagClassName
{
border-color: #A086C7;
}
</style>