Shades of Cold Purple #A686C9
Tints of Cold Purple #A686C9
RGB
CMYK
RGB Variations
Color information
#A686C9 (or 0xA686C9) is known color: Cold Purple. HEX triplet: A6, 86 and C9. RGB value is (166,134,201). Sum of RGB (Red+Green+Blue) = 166+134+201=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 134 (52.73% from 255 or 26.75% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 201 - color contains mainly: blue. Hex color #A686C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A686C9 is #597936. Grayscale: #969696. Windows color (decimal): -5863735 or 13207206. OLE color: 13207206.
HSL color Cylindrical-coordinate representation of color #A686C9: hue angle of 268.66º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A686C9 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 134 | 201 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.21 |
| HSL | 268.66º | 0.38% | 0.66% | - |
| HSV(B) | 268.66º | 0.33% | 0.79% | - |
| XYZ | 34.79 | 29.37 | 59.09 | - |
| YUV | 151.21 | 156.1 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 134 | 201 | 0.17 | 0.33 | 0 | 0.21 | 268.66 | 0.38 | 0.66 |
| Hex | A6 | 86 | C9 | 11 | 21 | 0 | 15 | 10D | 26 | 42 |
| Octal | 246 | 206 | 311 | 21 | 41 | 0 | 25 | 415 | 46 | 102 |
| Binary | 10100110 | 10000110 | 11001001 | 10001 | 100001 | 0 | 10101 | 100001101 | 100110 | 1000010 |
Color Harmonies of #A686C9
Complementary color
Monochromatic Colors of #A686C9
Black with #A686C9
Text Example
Text Example
White with #A686C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A686C9; }
p { color: rgb(166,134,201); }
H1.HeaderClassName
{
color: #A686C9;
}
.AnyTagClassName
{
color: #A686C9;
}
</style>
background-color css
<style>
a { background-color: #A686C9; }
a { background-color: rgb(166,134,201); }
div.DivClassName
{
background-color: #A686C9;
}
.BgClassName
{
background-color: #A686C9;
}
</style>
border-color css
<style>
span { border-color: #A686C9; }
span { border-color: rgb(166,134,201); }
td.TdClassName
{
border-color: #A686C9;
}
.TagClassName
{
border-color: #A686C9;
}
</style>