Shades of Cold Purple #A67DCE
Tints of Cold Purple #A67DCE
RGB
CMYK
RGB Variations
Color information
#A67DCE (or 0xA67DCE) is known color: Cold Purple. HEX triplet: A6, 7D and CE. RGB value is (166,125,206). Sum of RGB (Red+Green+Blue) = 166+125+206=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 125 (49.22% from 255 or 25.15% 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 #A67DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67DCE is #598231. Grayscale: #929292. Windows color (decimal): -5866034 or 13532582. OLE color: 13532582.
HSL color Cylindrical-coordinate representation of color #A67DCE: hue angle of 270.37º 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 #A67DCE is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 125 | 206 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.19 |
| HSL | 270.37º | 0.45% | 0.65% | - |
| HSV(B) | 270.37º | 0.39% | 0.81% | - |
| XYZ | 34.2 | 27.23 | 61.85 | - |
| YUV | 146.49 | 161.58 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 125 | 206 | 0.19 | 0.39 | 0 | 0.19 | 270.37 | 0.45 | 0.65 |
| Hex | A6 | 7D | CE | 13 | 27 | 0 | 13 | 10E | 2D | 41 |
| Octal | 246 | 175 | 316 | 23 | 47 | 0 | 23 | 416 | 55 | 101 |
| Binary | 10100110 | 1111101 | 11001110 | 10011 | 100111 | 0 | 10011 | 100001110 | 101101 | 1000001 |
Color Harmonies of #A67DCE
Complementary color
Monochromatic Colors of #A67DCE
Black with #A67DCE
Text Example
Text Example
White with #A67DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67DCE; }
p { color: rgb(166,125,206); }
H1.HeaderClassName
{
color: #A67DCE;
}
.AnyTagClassName
{
color: #A67DCE;
}
</style>
background-color css
<style>
a { background-color: #A67DCE; }
a { background-color: rgb(166,125,206); }
div.DivClassName
{
background-color: #A67DCE;
}
.BgClassName
{
background-color: #A67DCE;
}
</style>
border-color css
<style>
span { border-color: #A67DCE; }
span { border-color: rgb(166,125,206); }
td.TdClassName
{
border-color: #A67DCE;
}
.TagClassName
{
border-color: #A67DCE;
}
</style>