Shades of Medium Purple #A67EDF
Tints of Medium Purple #A67EDF
RGB
CMYK
RGB Variations
Color information
#A67EDF (or 0xA67EDF) is known color: Medium Purple. HEX triplet: A6, 7E and DF. RGB value is (166,126,223). Sum of RGB (Red+Green+Blue) = 166+126+223=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 126 (49.61% from 255 or 24.47% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #A67EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67EDF is #598120. Grayscale: #949494. Windows color (decimal): -5865761 or 14646950. OLE color: 14646950.
HSL color Cylindrical-coordinate representation of color #A67EDF: hue angle of 264.74º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A67EDF is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 126 | 223 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.13 |
| HSL | 264.74º | 0.6% | 0.68% | - |
| HSV(B) | 264.74º | 0.43% | 0.87% | - |
| XYZ | 36.51 | 28.36 | 73.36 | - |
| YUV | 149.02 | 169.75 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 126 | 223 | 0.26 | 0.43 | 0 | 0.13 | 264.74 | 0.6 | 0.68 |
| Hex | A6 | 7E | DF | 1A | 2B | 0 | D | 109 | 3C | 44 |
| Octal | 246 | 176 | 337 | 32 | 53 | 0 | 15 | 411 | 74 | 104 |
| Binary | 10100110 | 1111110 | 11011111 | 11010 | 101011 | 0 | 1101 | 100001001 | 111100 | 1000100 |
Color Harmonies of #A67EDF
Complementary color
Monochromatic Colors of #A67EDF
Black with #A67EDF
Text Example
Text Example
White with #A67EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67EDF; }
p { color: rgb(166,126,223); }
H1.HeaderClassName
{
color: #A67EDF;
}
.AnyTagClassName
{
color: #A67EDF;
}
</style>
background-color css
<style>
a { background-color: #A67EDF; }
a { background-color: rgb(166,126,223); }
div.DivClassName
{
background-color: #A67EDF;
}
.BgClassName
{
background-color: #A67EDF;
}
</style>
border-color css
<style>
span { border-color: #A67EDF; }
span { border-color: rgb(166,126,223); }
td.TdClassName
{
border-color: #A67EDF;
}
.TagClassName
{
border-color: #A67EDF;
}
</style>