Shades of Cold Purple #A287C5
Tints of Cold Purple #A287C5
RGB
CMYK
RGB Variations
Color information
#A287C5 (or 0xA287C5) is known color: Cold Purple. HEX triplet: A2, 87 and C5. RGB value is (162,135,197). Sum of RGB (Red+Green+Blue) = 162+135+197=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 197 (77.34% from 255 or 39.88% from 494); Max value from RGB is 197 - color contains mainly: blue. Hex color #A287C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A287C5 is #5D783A. Grayscale: #959595. Windows color (decimal): -6125627 or 12945314. OLE color: 12945314.
HSL color Cylindrical-coordinate representation of color #A287C5: hue angle of 266.13º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A287C5 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 135 | 197 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.23 |
| HSL | 266.13º | 0.35% | 0.65% | - |
| HSV(B) | 266.13º | 0.31% | 0.77% | - |
| XYZ | 33.64 | 29.04 | 56.66 | - |
| YUV | 150.14 | 154.45 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 135 | 197 | 0.18 | 0.31 | 0 | 0.23 | 266.13 | 0.35 | 0.65 |
| Hex | A2 | 87 | C5 | 12 | 1F | 0 | 17 | 10A | 23 | 41 |
| Octal | 242 | 207 | 305 | 22 | 37 | 0 | 27 | 412 | 43 | 101 |
| Binary | 10100010 | 10000111 | 11000101 | 10010 | 11111 | 0 | 10111 | 100001010 | 100011 | 1000001 |
Color Harmonies of #A287C5
Complementary color
Monochromatic Colors of #A287C5
Black with #A287C5
Text Example
Text Example
White with #A287C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A287C5; }
p { color: rgb(162,135,197); }
H1.HeaderClassName
{
color: #A287C5;
}
.AnyTagClassName
{
color: #A287C5;
}
</style>
background-color css
<style>
a { background-color: #A287C5; }
a { background-color: rgb(162,135,197); }
div.DivClassName
{
background-color: #A287C5;
}
.BgClassName
{
background-color: #A287C5;
}
</style>
border-color css
<style>
span { border-color: #A287C5; }
span { border-color: rgb(162,135,197); }
td.TdClassName
{
border-color: #A287C5;
}
.TagClassName
{
border-color: #A287C5;
}
</style>