Shades of Cold Purple #A287D1
Tints of Cold Purple #A287D1
RGB
CMYK
RGB Variations
Color information
#A287D1 (or 0xA287D1) is known color: Cold Purple. HEX triplet: A2, 87 and D1. RGB value is (162,135,209). Sum of RGB (Red+Green+Blue) = 162+135+209=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 135 (53.12% from 255 or 26.68% from 506); Blue value is 209 (82.03% from 255 or 41.30% from 506); Max value from RGB is 209 - color contains mainly: blue. Hex color #A287D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A287D1 is #5D782E. Grayscale: #979797. Windows color (decimal): -6125615 or 13731746. OLE color: 13731746.
HSL color Cylindrical-coordinate representation of color #A287D1: hue angle of 261.89º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A287D1 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 135 | 209 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.18 |
| HSL | 261.89º | 0.45% | 0.67% | - |
| HSV(B) | 261.89º | 0.35% | 0.82% | - |
| XYZ | 35.07 | 29.61 | 64.19 | - |
| YUV | 151.51 | 160.45 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 135 | 209 | 0.22 | 0.35 | 0 | 0.18 | 261.89 | 0.45 | 0.67 |
| Hex | A2 | 87 | D1 | 16 | 23 | 0 | 12 | 106 | 2D | 43 |
| Octal | 242 | 207 | 321 | 26 | 43 | 0 | 22 | 406 | 55 | 103 |
| Binary | 10100010 | 10000111 | 11010001 | 10110 | 100011 | 0 | 10010 | 100000110 | 101101 | 1000011 |
Color Harmonies of #A287D1
Complementary color
Monochromatic Colors of #A287D1
Black with #A287D1
Text Example
Text Example
White with #A287D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A287D1; }
p { color: rgb(162,135,209); }
H1.HeaderClassName
{
color: #A287D1;
}
.AnyTagClassName
{
color: #A287D1;
}
</style>
background-color css
<style>
a { background-color: #A287D1; }
a { background-color: rgb(162,135,209); }
div.DivClassName
{
background-color: #A287D1;
}
.BgClassName
{
background-color: #A287D1;
}
</style>
border-color css
<style>
span { border-color: #A287D1; }
span { border-color: rgb(162,135,209); }
td.TdClassName
{
border-color: #A287D1;
}
.TagClassName
{
border-color: #A287D1;
}
</style>