Shades of Cold Purple #A287CF
Tints of Cold Purple #A287CF
RGB
CMYK
RGB Variations
Color information
#A287CF (or 0xA287CF) is known color: Cold Purple. HEX triplet: A2, 87 and CF. RGB value is (162,135,207). Sum of RGB (Red+Green+Blue) = 162+135+207=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 135 (53.12% from 255 or 26.79% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #A287CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A287CF is #5D7830. Grayscale: #979797. Windows color (decimal): -6125617 or 13600674. OLE color: 13600674.
HSL color Cylindrical-coordinate representation of color #A287CF: hue angle of 262.5º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A287CF is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 135 | 207 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.19 |
| HSL | 262.5º | 0.43% | 0.67% | - |
| HSV(B) | 262.5º | 0.35% | 0.81% | - |
| XYZ | 34.83 | 29.51 | 62.89 | - |
| YUV | 151.28 | 159.45 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 135 | 207 | 0.22 | 0.35 | 0 | 0.19 | 262.5 | 0.43 | 0.67 |
| Hex | A2 | 87 | CF | 16 | 23 | 0 | 13 | 106 | 2B | 43 |
| Octal | 242 | 207 | 317 | 26 | 43 | 0 | 23 | 406 | 53 | 103 |
| Binary | 10100010 | 10000111 | 11001111 | 10110 | 100011 | 0 | 10011 | 100000110 | 101011 | 1000011 |
Color Harmonies of #A287CF
Complementary color
Monochromatic Colors of #A287CF
Black with #A287CF
Text Example
Text Example
White with #A287CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A287CF; }
p { color: rgb(162,135,207); }
H1.HeaderClassName
{
color: #A287CF;
}
.AnyTagClassName
{
color: #A287CF;
}
</style>
background-color css
<style>
a { background-color: #A287CF; }
a { background-color: rgb(162,135,207); }
div.DivClassName
{
background-color: #A287CF;
}
.BgClassName
{
background-color: #A287CF;
}
</style>
border-color css
<style>
span { border-color: #A287CF; }
span { border-color: rgb(162,135,207); }
td.TdClassName
{
border-color: #A287CF;
}
.TagClassName
{
border-color: #A287CF;
}
</style>