Shades of Cold Purple #A686CB
Tints of Cold Purple #A686CB
RGB
CMYK
RGB Variations
Color information
#A686CB (or 0xA686CB) is known color: Cold Purple. HEX triplet: A6, 86 and CB. RGB value is (166,134,203). Sum of RGB (Red+Green+Blue) = 166+134+203=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #A686CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A686CB is #597934. Grayscale: #979797. Windows color (decimal): -5863733 or 13338278. OLE color: 13338278.
HSL color Cylindrical-coordinate representation of color #A686CB: hue angle of 267.83º degrees, saturation: 0.4, 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 #A686CB is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 134 | 203 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.20 |
| HSL | 267.83º | 0.4% | 0.66% | - |
| HSV(B) | 267.83º | 0.34% | 0.8% | - |
| XYZ | 35.03 | 29.47 | 60.34 | - |
| YUV | 151.43 | 157.1 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 134 | 203 | 0.18 | 0.34 | 0 | 0.20 | 267.83 | 0.4 | 0.66 |
| Hex | A6 | 86 | CB | 12 | 22 | 0 | 14 | 10C | 28 | 42 |
| Octal | 246 | 206 | 313 | 22 | 42 | 0 | 24 | 414 | 50 | 102 |
| Binary | 10100110 | 10000110 | 11001011 | 10010 | 100010 | 0 | 10100 | 100001100 | 101000 | 1000010 |
Color Harmonies of #A686CB
Complementary color
Monochromatic Colors of #A686CB
Black with #A686CB
Text Example
Text Example
White with #A686CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A686CB; }
p { color: rgb(166,134,203); }
H1.HeaderClassName
{
color: #A686CB;
}
.AnyTagClassName
{
color: #A686CB;
}
</style>
background-color css
<style>
a { background-color: #A686CB; }
a { background-color: rgb(166,134,203); }
div.DivClassName
{
background-color: #A686CB;
}
.BgClassName
{
background-color: #A686CB;
}
</style>
border-color css
<style>
span { border-color: #A686CB; }
span { border-color: rgb(166,134,203); }
td.TdClassName
{
border-color: #A686CB;
}
.TagClassName
{
border-color: #A686CB;
}
</style>