Shades of Cold Purple #A47FCE
Tints of Cold Purple #A47FCE
RGB
CMYK
RGB Variations
Color information
#A47FCE (or 0xA47FCE) is known color: Cold Purple. HEX triplet: A4, 7F and CE. RGB value is (164,127,206). Sum of RGB (Red+Green+Blue) = 164+127+206=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #A47FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47FCE is #5B8031. Grayscale: #929292. Windows color (decimal): -5996594 or 13533092. OLE color: 13533092.
HSL color Cylindrical-coordinate representation of color #A47FCE: hue angle of 268.1º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A47FCE is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 127 | 206 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.19 |
| HSL | 268.1º | 0.45% | 0.65% | - |
| HSV(B) | 268.1º | 0.38% | 0.81% | - |
| XYZ | 34.04 | 27.53 | 61.91 | - |
| YUV | 147.07 | 161.26 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 127 | 206 | 0.20 | 0.38 | 0 | 0.19 | 268.1 | 0.45 | 0.65 |
| Hex | A4 | 7F | CE | 14 | 26 | 0 | 13 | 10C | 2D | 41 |
| Octal | 244 | 177 | 316 | 24 | 46 | 0 | 23 | 414 | 55 | 101 |
| Binary | 10100100 | 1111111 | 11001110 | 10100 | 100110 | 0 | 10011 | 100001100 | 101101 | 1000001 |
Color Harmonies of #A47FCE
Complementary color
Monochromatic Colors of #A47FCE
Black with #A47FCE
Text Example
Text Example
White with #A47FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47FCE; }
p { color: rgb(164,127,206); }
H1.HeaderClassName
{
color: #A47FCE;
}
.AnyTagClassName
{
color: #A47FCE;
}
</style>
background-color css
<style>
a { background-color: #A47FCE; }
a { background-color: rgb(164,127,206); }
div.DivClassName
{
background-color: #A47FCE;
}
.BgClassName
{
background-color: #A47FCE;
}
</style>
border-color css
<style>
span { border-color: #A47FCE; }
span { border-color: rgb(164,127,206); }
td.TdClassName
{
border-color: #A47FCE;
}
.TagClassName
{
border-color: #A47FCE;
}
</style>