Shades of Cold Purple #A47FCF
Tints of Cold Purple #A47FCF
RGB
CMYK
RGB Variations
Color information
#A47FCF (or 0xA47FCF) is known color: Cold Purple. HEX triplet: A4, 7F and CF. RGB value is (164,127,207). Sum of RGB (Red+Green+Blue) = 164+127+207=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #A47FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47FCF is #5B8030. Grayscale: #929292. Windows color (decimal): -5996593 or 13598628. OLE color: 13598628.
HSL color Cylindrical-coordinate representation of color #A47FCF: hue angle of 267.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A47FCF is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 127 | 207 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.19 |
| HSL | 267.75º | 0.45% | 0.65% | - |
| HSV(B) | 267.75º | 0.39% | 0.81% | - |
| XYZ | 34.16 | 27.58 | 62.55 | - |
| YUV | 147.18 | 161.76 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 127 | 207 | 0.21 | 0.39 | 0 | 0.19 | 267.75 | 0.45 | 0.65 |
| Hex | A4 | 7F | CF | 15 | 27 | 0 | 13 | 10C | 2D | 41 |
| Octal | 244 | 177 | 317 | 25 | 47 | 0 | 23 | 414 | 55 | 101 |
| Binary | 10100100 | 1111111 | 11001111 | 10101 | 100111 | 0 | 10011 | 100001100 | 101101 | 1000001 |
Color Harmonies of #A47FCF
Complementary color
Monochromatic Colors of #A47FCF
Black with #A47FCF
Text Example
Text Example
White with #A47FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47FCF; }
p { color: rgb(164,127,207); }
H1.HeaderClassName
{
color: #A47FCF;
}
.AnyTagClassName
{
color: #A47FCF;
}
</style>
background-color css
<style>
a { background-color: #A47FCF; }
a { background-color: rgb(164,127,207); }
div.DivClassName
{
background-color: #A47FCF;
}
.BgClassName
{
background-color: #A47FCF;
}
</style>
border-color css
<style>
span { border-color: #A47FCF; }
span { border-color: rgb(164,127,207); }
td.TdClassName
{
border-color: #A47FCF;
}
.TagClassName
{
border-color: #A47FCF;
}
</style>