Shades of Cold Purple #A287C2
Tints of Cold Purple #A287C2
RGB
CMYK
RGB Variations
Color information
#A287C2 (or 0xA287C2) is known color: Cold Purple. HEX triplet: A2, 87 and C2. RGB value is (162,135,194). Sum of RGB (Red+Green+Blue) = 162+135+194=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 135 (53.12% from 255 or 27.49% from 491); Blue value is 194 (76.17% from 255 or 39.51% from 491); Max value from RGB is 194 - color contains mainly: blue. Hex color #A287C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A287C2 is #5D783D. Grayscale: #959595. Windows color (decimal): -6125630 or 12748706. OLE color: 12748706.
HSL color Cylindrical-coordinate representation of color #A287C2: hue angle of 267.46º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A287C2 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 135 | 194 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.24 |
| HSL | 267.46º | 0.33% | 0.65% | - |
| HSV(B) | 267.46º | 0.3% | 0.76% | - |
| XYZ | 33.3 | 28.9 | 54.86 | - |
| YUV | 149.8 | 152.95 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 135 | 194 | 0.16 | 0.30 | 0 | 0.24 | 267.46 | 0.33 | 0.65 |
| Hex | A2 | 87 | C2 | 10 | 1E | 0 | 18 | 10B | 21 | 41 |
| Octal | 242 | 207 | 302 | 20 | 36 | 0 | 30 | 413 | 41 | 101 |
| Binary | 10100010 | 10000111 | 11000010 | 10000 | 11110 | 0 | 11000 | 100001011 | 100001 | 1000001 |
Color Harmonies of #A287C2
Complementary color
Monochromatic Colors of #A287C2
Black with #A287C2
Text Example
Text Example
White with #A287C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A287C2; }
p { color: rgb(162,135,194); }
H1.HeaderClassName
{
color: #A287C2;
}
.AnyTagClassName
{
color: #A287C2;
}
</style>
background-color css
<style>
a { background-color: #A287C2; }
a { background-color: rgb(162,135,194); }
div.DivClassName
{
background-color: #A287C2;
}
.BgClassName
{
background-color: #A287C2;
}
</style>
border-color css
<style>
span { border-color: #A287C2; }
span { border-color: rgb(162,135,194); }
td.TdClassName
{
border-color: #A287C2;
}
.TagClassName
{
border-color: #A287C2;
}
</style>