Shades of Cold Purple #A47ED0
Tints of Cold Purple #A47ED0
RGB
CMYK
RGB Variations
Color information
#A47ED0 (or 0xA47ED0) is known color: Cold Purple. HEX triplet: A4, 7E and D0. RGB value is (164,126,208). Sum of RGB (Red+Green+Blue) = 164+126+208=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 126 (49.61% from 255 or 25.30% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 208 - color contains mainly: blue. Hex color #A47ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47ED0 is #5B812F. Grayscale: #929292. Windows color (decimal): -5996848 or 13663908. OLE color: 13663908.
HSL color Cylindrical-coordinate representation of color #A47ED0: hue angle of 267.8º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A47ED0 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 126 | 208 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.18 |
| HSL | 267.8º | 0.47% | 0.65% | - |
| HSV(B) | 267.8º | 0.39% | 0.82% | - |
| XYZ | 34.16 | 27.37 | 63.16 | - |
| YUV | 146.71 | 162.59 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 126 | 208 | 0.21 | 0.39 | 0 | 0.18 | 267.8 | 0.47 | 0.65 |
| Hex | A4 | 7E | D0 | 15 | 27 | 0 | 12 | 10C | 2F | 41 |
| Octal | 244 | 176 | 320 | 25 | 47 | 0 | 22 | 414 | 57 | 101 |
| Binary | 10100100 | 1111110 | 11010000 | 10101 | 100111 | 0 | 10010 | 100001100 | 101111 | 1000001 |
Color Harmonies of #A47ED0
Complementary color
Monochromatic Colors of #A47ED0
Black with #A47ED0
Text Example
Text Example
White with #A47ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47ED0; }
p { color: rgb(164,126,208); }
H1.HeaderClassName
{
color: #A47ED0;
}
.AnyTagClassName
{
color: #A47ED0;
}
</style>
background-color css
<style>
a { background-color: #A47ED0; }
a { background-color: rgb(164,126,208); }
div.DivClassName
{
background-color: #A47ED0;
}
.BgClassName
{
background-color: #A47ED0;
}
</style>
border-color css
<style>
span { border-color: #A47ED0; }
span { border-color: rgb(164,126,208); }
td.TdClassName
{
border-color: #A47ED0;
}
.TagClassName
{
border-color: #A47ED0;
}
</style>