Shades of Medium Purple #A67DEC
Tints of Medium Purple #A67DEC
RGB
CMYK
RGB Variations
Color information
#A67DEC (or 0xA67DEC) is known color: Medium Purple. HEX triplet: A6, 7D and EC. RGB value is (166,125,236). Sum of RGB (Red+Green+Blue) = 166+125+236=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #A67DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67DEC is #598213. Grayscale: #959595. Windows color (decimal): -5866004 or 15498662. OLE color: 15498662.
HSL color Cylindrical-coordinate representation of color #A67DEC: hue angle of 262.16º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A67DEC is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 125 | 236 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.07 |
| HSL | 262.16º | 0.74% | 0.71% | - |
| HSV(B) | 262.16º | 0.47% | 0.93% | - |
| XYZ | 38.2 | 28.83 | 82.91 | - |
| YUV | 149.91 | 176.58 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 125 | 236 | 0.30 | 0.47 | 0 | 0.07 | 262.16 | 0.74 | 0.71 |
| Hex | A6 | 7D | EC | 1E | 2F | 0 | 7 | 106 | 4A | 47 |
| Octal | 246 | 175 | 354 | 36 | 57 | 0 | 7 | 406 | 112 | 107 |
| Binary | 10100110 | 1111101 | 11101100 | 11110 | 101111 | 0 | 111 | 100000110 | 1001010 | 1000111 |
Color Harmonies of #A67DEC
Complementary color
Monochromatic Colors of #A67DEC
Black with #A67DEC
Text Example
Text Example
White with #A67DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67DEC; }
p { color: rgb(166,125,236); }
H1.HeaderClassName
{
color: #A67DEC;
}
.AnyTagClassName
{
color: #A67DEC;
}
</style>
background-color css
<style>
a { background-color: #A67DEC; }
a { background-color: rgb(166,125,236); }
div.DivClassName
{
background-color: #A67DEC;
}
.BgClassName
{
background-color: #A67DEC;
}
</style>
border-color css
<style>
span { border-color: #A67DEC; }
span { border-color: rgb(166,125,236); }
td.TdClassName
{
border-color: #A67DEC;
}
.TagClassName
{
border-color: #A67DEC;
}
</style>