Shades of Cold Purple #A287C9
Tints of Cold Purple #A287C9
RGB
CMYK
RGB Variations
Color information
#A287C9 (or 0xA287C9) is known color: Cold Purple. HEX triplet: A2, 87 and C9. RGB value is (162,135,201). Sum of RGB (Red+Green+Blue) = 162+135+201=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 135 (53.12% from 255 or 27.11% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 201 - color contains mainly: blue. Hex color #A287C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A287C9 is #5D7836. Grayscale: #969696. Windows color (decimal): -6125623 or 13207458. OLE color: 13207458.
HSL color Cylindrical-coordinate representation of color #A287C9: hue angle of 264.55º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A287C9 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 135 | 201 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.21 |
| HSL | 264.55º | 0.38% | 0.66% | - |
| HSV(B) | 264.55º | 0.33% | 0.79% | - |
| XYZ | 34.11 | 29.23 | 59.1 | - |
| YUV | 150.6 | 156.45 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 135 | 201 | 0.19 | 0.33 | 0 | 0.21 | 264.55 | 0.38 | 0.66 |
| Hex | A2 | 87 | C9 | 13 | 21 | 0 | 15 | 109 | 26 | 42 |
| Octal | 242 | 207 | 311 | 23 | 41 | 0 | 25 | 411 | 46 | 102 |
| Binary | 10100010 | 10000111 | 11001001 | 10011 | 100001 | 0 | 10101 | 100001001 | 100110 | 1000010 |
Color Harmonies of #A287C9
Complementary color
Monochromatic Colors of #A287C9
Black with #A287C9
Text Example
Text Example
White with #A287C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A287C9; }
p { color: rgb(162,135,201); }
H1.HeaderClassName
{
color: #A287C9;
}
.AnyTagClassName
{
color: #A287C9;
}
</style>
background-color css
<style>
a { background-color: #A287C9; }
a { background-color: rgb(162,135,201); }
div.DivClassName
{
background-color: #A287C9;
}
.BgClassName
{
background-color: #A287C9;
}
</style>
border-color css
<style>
span { border-color: #A287C9; }
span { border-color: rgb(162,135,201); }
td.TdClassName
{
border-color: #A287C9;
}
.TagClassName
{
border-color: #A287C9;
}
</style>