Shades of Cold Purple #A887CE
Tints of Cold Purple #A887CE
RGB
CMYK
RGB Variations
Color information
#A887CE (or 0xA887CE) is known color: Cold Purple. HEX triplet: A8, 87 and CE. RGB value is (168,135,206). Sum of RGB (Red+Green+Blue) = 168+135+206=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 135 (53.12% from 255 or 26.52% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #A887CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A887CE is #577831. Grayscale: #989898. Windows color (decimal): -5732402 or 13535144. OLE color: 13535144.
HSL color Cylindrical-coordinate representation of color #A887CE: hue angle of 267.89º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A887CE is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 135 | 206 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.19 |
| HSL | 267.89º | 0.42% | 0.67% | - |
| HSV(B) | 267.89º | 0.34% | 0.81% | - |
| XYZ | 35.95 | 30.11 | 62.31 | - |
| YUV | 152.96 | 157.93 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 135 | 206 | 0.18 | 0.34 | 0 | 0.19 | 267.89 | 0.42 | 0.67 |
| Hex | A8 | 87 | CE | 12 | 22 | 0 | 13 | 10C | 2A | 43 |
| Octal | 250 | 207 | 316 | 22 | 42 | 0 | 23 | 414 | 52 | 103 |
| Binary | 10101000 | 10000111 | 11001110 | 10010 | 100010 | 0 | 10011 | 100001100 | 101010 | 1000011 |
Color Harmonies of #A887CE
Complementary color
Monochromatic Colors of #A887CE
Black with #A887CE
Text Example
Text Example
White with #A887CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A887CE; }
p { color: rgb(168,135,206); }
H1.HeaderClassName
{
color: #A887CE;
}
.AnyTagClassName
{
color: #A887CE;
}
</style>
background-color css
<style>
a { background-color: #A887CE; }
a { background-color: rgb(168,135,206); }
div.DivClassName
{
background-color: #A887CE;
}
.BgClassName
{
background-color: #A887CE;
}
</style>
border-color css
<style>
span { border-color: #A887CE; }
span { border-color: rgb(168,135,206); }
td.TdClassName
{
border-color: #A887CE;
}
.TagClassName
{
border-color: #A887CE;
}
</style>