Shades of Cold Purple #A686CD
Tints of Cold Purple #A686CD
RGB
CMYK
RGB Variations
Color information
#A686CD (or 0xA686CD) is known color: Cold Purple. HEX triplet: A6, 86 and CD. RGB value is (166,134,205). Sum of RGB (Red+Green+Blue) = 166+134+205=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 134 (52.73% from 255 or 26.53% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #A686CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A686CD is #597932. Grayscale: #979797. Windows color (decimal): -5863731 or 13469350. OLE color: 13469350.
HSL color Cylindrical-coordinate representation of color #A686CD: hue angle of 267.04º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A686CD is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 134 | 205 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.20 |
| HSL | 267.04º | 0.42% | 0.66% | - |
| HSV(B) | 267.04º | 0.35% | 0.8% | - |
| XYZ | 35.27 | 29.56 | 61.61 | - |
| YUV | 151.66 | 158.1 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 134 | 205 | 0.19 | 0.35 | 0 | 0.20 | 267.04 | 0.42 | 0.66 |
| Hex | A6 | 86 | CD | 13 | 23 | 0 | 14 | 10B | 2A | 42 |
| Octal | 246 | 206 | 315 | 23 | 43 | 0 | 24 | 413 | 52 | 102 |
| Binary | 10100110 | 10000110 | 11001101 | 10011 | 100011 | 0 | 10100 | 100001011 | 101010 | 1000010 |
Color Harmonies of #A686CD
Complementary color
Monochromatic Colors of #A686CD
Black with #A686CD
Text Example
Text Example
White with #A686CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A686CD; }
p { color: rgb(166,134,205); }
H1.HeaderClassName
{
color: #A686CD;
}
.AnyTagClassName
{
color: #A686CD;
}
</style>
background-color css
<style>
a { background-color: #A686CD; }
a { background-color: rgb(166,134,205); }
div.DivClassName
{
background-color: #A686CD;
}
.BgClassName
{
background-color: #A686CD;
}
</style>
border-color css
<style>
span { border-color: #A686CD; }
span { border-color: rgb(166,134,205); }
td.TdClassName
{
border-color: #A686CD;
}
.TagClassName
{
border-color: #A686CD;
}
</style>