Shades of Cold Purple #A686CC
Tints of Cold Purple #A686CC
RGB
CMYK
RGB Variations
Color information
#A686CC (or 0xA686CC) is known color: Cold Purple. HEX triplet: A6, 86 and CC. RGB value is (166,134,204). Sum of RGB (Red+Green+Blue) = 166+134+204=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 134 (52.73% from 255 or 26.59% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #A686CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A686CC is #597933. Grayscale: #979797. Windows color (decimal): -5863732 or 13403814. OLE color: 13403814.
HSL color Cylindrical-coordinate representation of color #A686CC: hue angle of 267.43º 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 #A686CC is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 134 | 204 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.2 |
| HSL | 267.43º | 0.41% | 0.66% | - |
| HSV(B) | 267.43º | 0.34% | 0.8% | - |
| XYZ | 35.15 | 29.52 | 60.97 | - |
| YUV | 151.55 | 157.6 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 134 | 204 | 0.19 | 0.34 | 0 | 0.2 | 267.43 | 0.41 | 0.66 |
| Hex | A6 | 86 | CC | 13 | 22 | 0 | 14 | 10B | 29 | 42 |
| Octal | 246 | 206 | 314 | 23 | 42 | 0 | 24 | 413 | 51 | 102 |
| Binary | 10100110 | 10000110 | 11001100 | 10011 | 100010 | 0 | 10100 | 100001011 | 101001 | 1000010 |
Color Harmonies of #A686CC
Complementary color
Monochromatic Colors of #A686CC
Black with #A686CC
Text Example
Text Example
White with #A686CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A686CC; }
p { color: rgb(166,134,204); }
H1.HeaderClassName
{
color: #A686CC;
}
.AnyTagClassName
{
color: #A686CC;
}
</style>
background-color css
<style>
a { background-color: #A686CC; }
a { background-color: rgb(166,134,204); }
div.DivClassName
{
background-color: #A686CC;
}
.BgClassName
{
background-color: #A686CC;
}
</style>
border-color css
<style>
span { border-color: #A686CC; }
span { border-color: rgb(166,134,204); }
td.TdClassName
{
border-color: #A686CC;
}
.TagClassName
{
border-color: #A686CC;
}
</style>