Shades of Cold Purple #A687C7
Tints of Cold Purple #A687C7
RGB
CMYK
RGB Variations
Color information
#A687C7 (or 0xA687C7) is known color: Cold Purple. HEX triplet: A6, 87 and C7. RGB value is (166,135,199). Sum of RGB (Red+Green+Blue) = 166+135+199=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 135 (53.12% from 255 or 27% from 500); Blue value is 199 (78.12% from 255 or 39.8% from 500); Max value from RGB is 199 - color contains mainly: blue. Hex color #A687C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A687C7 is #597838. Grayscale: #979797. Windows color (decimal): -5863481 or 13076390. OLE color: 13076390.
HSL color Cylindrical-coordinate representation of color #A687C7: hue angle of 269.06º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A687C7 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 135 | 199 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.22 |
| HSL | 269.06º | 0.36% | 0.65% | - |
| HSV(B) | 269.06º | 0.32% | 0.78% | - |
| XYZ | 34.7 | 29.56 | 57.91 | - |
| YUV | 151.57 | 154.77 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 135 | 199 | 0.17 | 0.32 | 0 | 0.22 | 269.06 | 0.36 | 0.65 |
| Hex | A6 | 87 | C7 | 11 | 20 | 0 | 16 | 10D | 24 | 41 |
| Octal | 246 | 207 | 307 | 21 | 40 | 0 | 26 | 415 | 44 | 101 |
| Binary | 10100110 | 10000111 | 11000111 | 10001 | 100000 | 0 | 10110 | 100001101 | 100100 | 1000001 |
Color Harmonies of #A687C7
Complementary color
Monochromatic Colors of #A687C7
Black with #A687C7
Text Example
Text Example
White with #A687C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A687C7; }
p { color: rgb(166,135,199); }
H1.HeaderClassName
{
color: #A687C7;
}
.AnyTagClassName
{
color: #A687C7;
}
</style>
background-color css
<style>
a { background-color: #A687C7; }
a { background-color: rgb(166,135,199); }
div.DivClassName
{
background-color: #A687C7;
}
.BgClassName
{
background-color: #A687C7;
}
</style>
border-color css
<style>
span { border-color: #A687C7; }
span { border-color: rgb(166,135,199); }
td.TdClassName
{
border-color: #A687C7;
}
.TagClassName
{
border-color: #A687C7;
}
</style>