Shades of Cold Purple #A687CC
Tints of Cold Purple #A687CC
RGB
CMYK
RGB Variations
Color information
#A687CC (or 0xA687CC) is known color: Cold Purple. HEX triplet: A6, 87 and CC. RGB value is (166,135,204). Sum of RGB (Red+Green+Blue) = 166+135+204=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 135 (53.12% from 255 or 26.73% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #A687CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A687CC is #597833. Grayscale: #979797. Windows color (decimal): -5863476 or 13404070. OLE color: 13404070.
HSL color Cylindrical-coordinate representation of color #A687CC: hue angle of 266.96º 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 #A687CC is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 135 | 204 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.2 |
| HSL | 266.96º | 0.4% | 0.66% | - |
| HSV(B) | 266.96º | 0.34% | 0.8% | - |
| XYZ | 35.29 | 29.79 | 61.02 | - |
| YUV | 152.14 | 157.27 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 135 | 204 | 0.19 | 0.34 | 0 | 0.2 | 266.96 | 0.4 | 0.66 |
| Hex | A6 | 87 | CC | 13 | 22 | 0 | 14 | 10B | 28 | 42 |
| Octal | 246 | 207 | 314 | 23 | 42 | 0 | 24 | 413 | 50 | 102 |
| Binary | 10100110 | 10000111 | 11001100 | 10011 | 100010 | 0 | 10100 | 100001011 | 101000 | 1000010 |
Color Harmonies of #A687CC
Complementary color
Monochromatic Colors of #A687CC
Black with #A687CC
Text Example
Text Example
White with #A687CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A687CC; }
p { color: rgb(166,135,204); }
H1.HeaderClassName
{
color: #A687CC;
}
.AnyTagClassName
{
color: #A687CC;
}
</style>
background-color css
<style>
a { background-color: #A687CC; }
a { background-color: rgb(166,135,204); }
div.DivClassName
{
background-color: #A687CC;
}
.BgClassName
{
background-color: #A687CC;
}
</style>
border-color css
<style>
span { border-color: #A687CC; }
span { border-color: rgb(166,135,204); }
td.TdClassName
{
border-color: #A687CC;
}
.TagClassName
{
border-color: #A687CC;
}
</style>