Shades of Cold Purple #A287C7
Tints of Cold Purple #A287C7
RGB
CMYK
RGB Variations
Color information
#A287C7 (or 0xA287C7) is known color: Cold Purple. HEX triplet: A2, 87 and C7. RGB value is (162,135,199). Sum of RGB (Red+Green+Blue) = 162+135+199=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 135 (53.12% from 255 or 27.22% from 496); Blue value is 199 (78.12% from 255 or 40.12% from 496); Max value from RGB is 199 - color contains mainly: blue. Hex color #A287C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A287C7 is #5D7838. Grayscale: #969696. Windows color (decimal): -6125625 or 13076386. OLE color: 13076386.
HSL color Cylindrical-coordinate representation of color #A287C7: hue angle of 265.31º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A287C7 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 135 | 199 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.22 |
| HSL | 265.31º | 0.36% | 0.65% | - |
| HSV(B) | 265.31º | 0.32% | 0.78% | - |
| XYZ | 33.87 | 29.13 | 57.87 | - |
| YUV | 150.37 | 155.45 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 135 | 199 | 0.19 | 0.32 | 0 | 0.22 | 265.31 | 0.36 | 0.65 |
| Hex | A2 | 87 | C7 | 13 | 20 | 0 | 16 | 109 | 24 | 41 |
| Octal | 242 | 207 | 307 | 23 | 40 | 0 | 26 | 411 | 44 | 101 |
| Binary | 10100010 | 10000111 | 11000111 | 10011 | 100000 | 0 | 10110 | 100001001 | 100100 | 1000001 |
Color Harmonies of #A287C7
Complementary color
Monochromatic Colors of #A287C7
Black with #A287C7
Text Example
Text Example
White with #A287C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A287C7; }
p { color: rgb(162,135,199); }
H1.HeaderClassName
{
color: #A287C7;
}
.AnyTagClassName
{
color: #A287C7;
}
</style>
background-color css
<style>
a { background-color: #A287C7; }
a { background-color: rgb(162,135,199); }
div.DivClassName
{
background-color: #A287C7;
}
.BgClassName
{
background-color: #A287C7;
}
</style>
border-color css
<style>
span { border-color: #A287C7; }
span { border-color: rgb(162,135,199); }
td.TdClassName
{
border-color: #A287C7;
}
.TagClassName
{
border-color: #A287C7;
}
</style>