Shades of Medium Purple #A67AE6
Tints of Medium Purple #A67AE6
RGB
CMYK
RGB Variations
Color information
#A67AE6 (or 0xA67AE6) is known color: Medium Purple. HEX triplet: A6, 7A and E6. RGB value is (166,122,230). Sum of RGB (Red+Green+Blue) = 166+122+230=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 230 (90.23% from 255 or 44.40% from 518); Max value from RGB is 230 - color contains mainly: blue. Hex color #A67AE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67AE6 is #598519. Grayscale: #939393. Windows color (decimal): -5866778 or 15104678. OLE color: 15104678.
HSL color Cylindrical-coordinate representation of color #A67AE6: hue angle of 264.44º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A67AE6 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 122 | 230 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.10 |
| HSL | 264.44º | 0.68% | 0.69% | - |
| HSV(B) | 264.44º | 0.47% | 0.9% | - |
| XYZ | 36.97 | 27.74 | 78.27 | - |
| YUV | 147.47 | 174.58 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 122 | 230 | 0.28 | 0.47 | 0 | 0.10 | 264.44 | 0.68 | 0.69 |
| Hex | A6 | 7A | E6 | 1C | 2F | 0 | A | 108 | 44 | 45 |
| Octal | 246 | 172 | 346 | 34 | 57 | 0 | 12 | 410 | 104 | 105 |
| Binary | 10100110 | 1111010 | 11100110 | 11100 | 101111 | 0 | 1010 | 100001000 | 1000100 | 1000101 |
Color Harmonies of #A67AE6
Complementary color
Monochromatic Colors of #A67AE6
Black with #A67AE6
Text Example
Text Example
White with #A67AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67AE6; }
p { color: rgb(166,122,230); }
H1.HeaderClassName
{
color: #A67AE6;
}
.AnyTagClassName
{
color: #A67AE6;
}
</style>
background-color css
<style>
a { background-color: #A67AE6; }
a { background-color: rgb(166,122,230); }
div.DivClassName
{
background-color: #A67AE6;
}
.BgClassName
{
background-color: #A67AE6;
}
</style>
border-color css
<style>
span { border-color: #A67AE6; }
span { border-color: rgb(166,122,230); }
td.TdClassName
{
border-color: #A67AE6;
}
.TagClassName
{
border-color: #A67AE6;
}
</style>