Shades of Cold Purple #A67ECF
Tints of Cold Purple #A67ECF
RGB
CMYK
RGB Variations
Color information
#A67ECF (or 0xA67ECF) is known color: Cold Purple. HEX triplet: A6, 7E and CF. RGB value is (166,126,207). Sum of RGB (Red+Green+Blue) = 166+126+207=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #A67ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67ECF is #598130. Grayscale: #929292. Windows color (decimal): -5865777 or 13598374. OLE color: 13598374.
HSL color Cylindrical-coordinate representation of color #A67ECF: hue angle of 269.63º degrees, saturation: 0.46, 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 #A67ECF is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 126 | 207 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.19 |
| HSL | 269.63º | 0.46% | 0.65% | - |
| HSV(B) | 269.63º | 0.39% | 0.81% | - |
| XYZ | 34.45 | 27.53 | 62.53 | - |
| YUV | 147.19 | 161.75 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 126 | 207 | 0.20 | 0.39 | 0 | 0.19 | 269.63 | 0.46 | 0.65 |
| Hex | A6 | 7E | CF | 14 | 27 | 0 | 13 | 10E | 2E | 41 |
| Octal | 246 | 176 | 317 | 24 | 47 | 0 | 23 | 416 | 56 | 101 |
| Binary | 10100110 | 1111110 | 11001111 | 10100 | 100111 | 0 | 10011 | 100001110 | 101110 | 1000001 |
Color Harmonies of #A67ECF
Complementary color
Monochromatic Colors of #A67ECF
Black with #A67ECF
Text Example
Text Example
White with #A67ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67ECF; }
p { color: rgb(166,126,207); }
H1.HeaderClassName
{
color: #A67ECF;
}
.AnyTagClassName
{
color: #A67ECF;
}
</style>
background-color css
<style>
a { background-color: #A67ECF; }
a { background-color: rgb(166,126,207); }
div.DivClassName
{
background-color: #A67ECF;
}
.BgClassName
{
background-color: #A67ECF;
}
</style>
border-color css
<style>
span { border-color: #A67ECF; }
span { border-color: rgb(166,126,207); }
td.TdClassName
{
border-color: #A67ECF;
}
.TagClassName
{
border-color: #A67ECF;
}
</style>