Shades of Cold Purple #A67ECE
Tints of Cold Purple #A67ECE
RGB
CMYK
RGB Variations
Color information
#A67ECE (or 0xA67ECE) is known color: Cold Purple. HEX triplet: A6, 7E and CE. RGB value is (166,126,206). Sum of RGB (Red+Green+Blue) = 166+126+206=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 126 (49.61% from 255 or 25.30% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #A67ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67ECE is #598131. Grayscale: #929292. Windows color (decimal): -5865778 or 13532838. OLE color: 13532838.
HSL color Cylindrical-coordinate representation of color #A67ECE: hue angle of 270º 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 #A67ECE is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 126 | 206 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.19 |
| HSL | 270º | 0.45% | 0.65% | - |
| HSV(B) | 270º | 0.39% | 0.81% | - |
| XYZ | 34.33 | 27.48 | 61.89 | - |
| YUV | 147.08 | 161.25 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 126 | 206 | 0.19 | 0.39 | 0 | 0.19 | 270 | 0.45 | 0.65 |
| Hex | A6 | 7E | CE | 13 | 27 | 0 | 13 | 10E | 2D | 41 |
| Octal | 246 | 176 | 316 | 23 | 47 | 0 | 23 | 416 | 55 | 101 |
| Binary | 10100110 | 1111110 | 11001110 | 10011 | 100111 | 0 | 10011 | 100001110 | 101101 | 1000001 |
Color Harmonies of #A67ECE
Complementary color
Monochromatic Colors of #A67ECE
Black with #A67ECE
Text Example
Text Example
White with #A67ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67ECE; }
p { color: rgb(166,126,206); }
H1.HeaderClassName
{
color: #A67ECE;
}
.AnyTagClassName
{
color: #A67ECE;
}
</style>
background-color css
<style>
a { background-color: #A67ECE; }
a { background-color: rgb(166,126,206); }
div.DivClassName
{
background-color: #A67ECE;
}
.BgClassName
{
background-color: #A67ECE;
}
</style>
border-color css
<style>
span { border-color: #A67ECE; }
span { border-color: rgb(166,126,206); }
td.TdClassName
{
border-color: #A67ECE;
}
.TagClassName
{
border-color: #A67ECE;
}
</style>