Shades of Cold Purple #A287CC
Tints of Cold Purple #A287CC
RGB
CMYK
RGB Variations
Color information
#A287CC (or 0xA287CC) is known color: Cold Purple. HEX triplet: A2, 87 and CC. RGB value is (162,135,204). Sum of RGB (Red+Green+Blue) = 162+135+204=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #A287CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A287CC is #5D7833. Grayscale: #969696. Windows color (decimal): -6125620 or 13404066. OLE color: 13404066.
HSL color Cylindrical-coordinate representation of color #A287CC: hue angle of 263.48º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A287CC is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 135 | 204 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.2 |
| HSL | 263.48º | 0.4% | 0.66% | - |
| HSV(B) | 263.48º | 0.34% | 0.8% | - |
| XYZ | 34.46 | 29.37 | 60.98 | - |
| YUV | 150.94 | 157.95 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 135 | 204 | 0.21 | 0.34 | 0 | 0.2 | 263.48 | 0.4 | 0.66 |
| Hex | A2 | 87 | CC | 15 | 22 | 0 | 14 | 107 | 28 | 42 |
| Octal | 242 | 207 | 314 | 25 | 42 | 0 | 24 | 407 | 50 | 102 |
| Binary | 10100010 | 10000111 | 11001100 | 10101 | 100010 | 0 | 10100 | 100000111 | 101000 | 1000010 |
Color Harmonies of #A287CC
Complementary color
Monochromatic Colors of #A287CC
Black with #A287CC
Text Example
Text Example
White with #A287CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A287CC; }
p { color: rgb(162,135,204); }
H1.HeaderClassName
{
color: #A287CC;
}
.AnyTagClassName
{
color: #A287CC;
}
</style>
background-color css
<style>
a { background-color: #A287CC; }
a { background-color: rgb(162,135,204); }
div.DivClassName
{
background-color: #A287CC;
}
.BgClassName
{
background-color: #A287CC;
}
</style>
border-color css
<style>
span { border-color: #A287CC; }
span { border-color: rgb(162,135,204); }
td.TdClassName
{
border-color: #A287CC;
}
.TagClassName
{
border-color: #A287CC;
}
</style>