Shades of Cold Purple #A487C7
Tints of Cold Purple #A487C7
RGB
CMYK
RGB Variations
Color information
#A487C7 (or 0xA487C7) is known color: Cold Purple. HEX triplet: A4, 87 and C7. RGB value is (164,135,199). Sum of RGB (Red+Green+Blue) = 164+135+199=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 135 (53.12% from 255 or 27.11% from 498); Blue value is 199 (78.12% from 255 or 39.96% from 498); Max value from RGB is 199 - color contains mainly: blue. Hex color #A487C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A487C7 is #5B7838. Grayscale: #969696. Windows color (decimal): -5994553 or 13076388. OLE color: 13076388.
HSL color Cylindrical-coordinate representation of color #A487C7: hue angle of 267.19º 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 #A487C7 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 135 | 199 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.22 |
| HSL | 267.19º | 0.36% | 0.65% | - |
| HSV(B) | 267.19º | 0.32% | 0.78% | - |
| XYZ | 34.28 | 29.34 | 57.89 | - |
| YUV | 150.97 | 155.11 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 135 | 199 | 0.18 | 0.32 | 0 | 0.22 | 267.19 | 0.36 | 0.65 |
| Hex | A4 | 87 | C7 | 12 | 20 | 0 | 16 | 10B | 24 | 41 |
| Octal | 244 | 207 | 307 | 22 | 40 | 0 | 26 | 413 | 44 | 101 |
| Binary | 10100100 | 10000111 | 11000111 | 10010 | 100000 | 0 | 10110 | 100001011 | 100100 | 1000001 |
Color Harmonies of #A487C7
Complementary color
Monochromatic Colors of #A487C7
Black with #A487C7
Text Example
Text Example
White with #A487C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A487C7; }
p { color: rgb(164,135,199); }
H1.HeaderClassName
{
color: #A487C7;
}
.AnyTagClassName
{
color: #A487C7;
}
</style>
background-color css
<style>
a { background-color: #A487C7; }
a { background-color: rgb(164,135,199); }
div.DivClassName
{
background-color: #A487C7;
}
.BgClassName
{
background-color: #A487C7;
}
</style>
border-color css
<style>
span { border-color: #A487C7; }
span { border-color: rgb(164,135,199); }
td.TdClassName
{
border-color: #A487C7;
}
.TagClassName
{
border-color: #A487C7;
}
</style>