Shades of Cold Purple #A287BE
Tints of Cold Purple #A287BE
RGB
CMYK
RGB Variations
Color information
#A287BE (or 0xA287BE) is known color: Cold Purple. HEX triplet: A2, 87 and BE. RGB value is (162,135,190). Sum of RGB (Red+Green+Blue) = 162+135+190=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 135 (53.12% from 255 or 27.72% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #A287BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A287BE is #5D7841. Grayscale: #959595. Windows color (decimal): -6125634 or 12486562. OLE color: 12486562.
HSL color Cylindrical-coordinate representation of color #A287BE: hue angle of 269.45º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A287BE is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 135 | 190 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.25 |
| HSL | 269.45º | 0.3% | 0.64% | - |
| HSV(B) | 269.45º | 0.29% | 0.75% | - |
| XYZ | 32.86 | 28.73 | 52.53 | - |
| YUV | 149.34 | 150.95 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 135 | 190 | 0.15 | 0.29 | 0 | 0.25 | 269.45 | 0.3 | 0.64 |
| Hex | A2 | 87 | BE | F | 1D | 0 | 19 | 10D | 1E | 40 |
| Octal | 242 | 207 | 276 | 17 | 35 | 0 | 31 | 415 | 36 | 100 |
| Binary | 10100010 | 10000111 | 10111110 | 1111 | 11101 | 0 | 11001 | 100001101 | 11110 | 1000000 |
Color Harmonies of #A287BE
Complementary color
Monochromatic Colors of #A287BE
Black with #A287BE
Text Example
Text Example
White with #A287BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A287BE; }
p { color: rgb(162,135,190); }
H1.HeaderClassName
{
color: #A287BE;
}
.AnyTagClassName
{
color: #A287BE;
}
</style>
background-color css
<style>
a { background-color: #A287BE; }
a { background-color: rgb(162,135,190); }
div.DivClassName
{
background-color: #A287BE;
}
.BgClassName
{
background-color: #A287BE;
}
</style>
border-color css
<style>
span { border-color: #A287BE; }
span { border-color: rgb(162,135,190); }
td.TdClassName
{
border-color: #A287BE;
}
.TagClassName
{
border-color: #A287BE;
}
</style>