Shades of Medium Purple #A67EDA
Tints of Medium Purple #A67EDA
RGB
CMYK
RGB Variations
Color information
#A67EDA (or 0xA67EDA) is known color: Medium Purple. HEX triplet: A6, 7E and DA. RGB value is (166,126,218). Sum of RGB (Red+Green+Blue) = 166+126+218=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 126 (49.61% from 255 or 24.71% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #A67EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67EDA is #598125. Grayscale: #949494. Windows color (decimal): -5865766 or 14319270. OLE color: 14319270.
HSL color Cylindrical-coordinate representation of color #A67EDA: hue angle of 266.09º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A67EDA is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 126 | 218 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.15 |
| HSL | 266.09º | 0.55% | 0.67% | - |
| HSV(B) | 266.09º | 0.42% | 0.85% | - |
| XYZ | 35.84 | 28.09 | 69.86 | - |
| YUV | 148.45 | 167.25 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 126 | 218 | 0.24 | 0.42 | 0 | 0.15 | 266.09 | 0.55 | 0.67 |
| Hex | A6 | 7E | DA | 18 | 2A | 0 | F | 10A | 37 | 43 |
| Octal | 246 | 176 | 332 | 30 | 52 | 0 | 17 | 412 | 67 | 103 |
| Binary | 10100110 | 1111110 | 11011010 | 11000 | 101010 | 0 | 1111 | 100001010 | 110111 | 1000011 |
Color Harmonies of #A67EDA
Complementary color
Monochromatic Colors of #A67EDA
Black with #A67EDA
Text Example
Text Example
White with #A67EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67EDA; }
p { color: rgb(166,126,218); }
H1.HeaderClassName
{
color: #A67EDA;
}
.AnyTagClassName
{
color: #A67EDA;
}
</style>
background-color css
<style>
a { background-color: #A67EDA; }
a { background-color: rgb(166,126,218); }
div.DivClassName
{
background-color: #A67EDA;
}
.BgClassName
{
background-color: #A67EDA;
}
</style>
border-color css
<style>
span { border-color: #A67EDA; }
span { border-color: rgb(166,126,218); }
td.TdClassName
{
border-color: #A67EDA;
}
.TagClassName
{
border-color: #A67EDA;
}
</style>