Shades of Medium Purple #A67AE1
Tints of Medium Purple #A67AE1
RGB
CMYK
RGB Variations
Color information
#A67AE1 (or 0xA67AE1) is known color: Medium Purple. HEX triplet: A6, 7A and E1. RGB value is (166,122,225). Sum of RGB (Red+Green+Blue) = 166+122+225=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 225 (88.28% from 255 or 43.86% from 513); Max value from RGB is 225 - color contains mainly: blue. Hex color #A67AE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67AE1 is #59851E. Grayscale: #929292. Windows color (decimal): -5866783 or 14776998. OLE color: 14776998.
HSL color Cylindrical-coordinate representation of color #A67AE1: hue angle of 265.63º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A67AE1 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 122 | 225 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.12 |
| HSL | 265.63º | 0.63% | 0.68% | - |
| HSV(B) | 265.63º | 0.46% | 0.88% | - |
| XYZ | 36.28 | 27.46 | 74.62 | - |
| YUV | 146.9 | 172.08 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 122 | 225 | 0.26 | 0.46 | 0 | 0.12 | 265.63 | 0.63 | 0.68 |
| Hex | A6 | 7A | E1 | 1A | 2E | 0 | C | 10A | 3F | 44 |
| Octal | 246 | 172 | 341 | 32 | 56 | 0 | 14 | 412 | 77 | 104 |
| Binary | 10100110 | 1111010 | 11100001 | 11010 | 101110 | 0 | 1100 | 100001010 | 111111 | 1000100 |
Color Harmonies of #A67AE1
Complementary color
Monochromatic Colors of #A67AE1
Black with #A67AE1
Text Example
Text Example
White with #A67AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67AE1; }
p { color: rgb(166,122,225); }
H1.HeaderClassName
{
color: #A67AE1;
}
.AnyTagClassName
{
color: #A67AE1;
}
</style>
background-color css
<style>
a { background-color: #A67AE1; }
a { background-color: rgb(166,122,225); }
div.DivClassName
{
background-color: #A67AE1;
}
.BgClassName
{
background-color: #A67AE1;
}
</style>
border-color css
<style>
span { border-color: #A67AE1; }
span { border-color: rgb(166,122,225); }
td.TdClassName
{
border-color: #A67AE1;
}
.TagClassName
{
border-color: #A67AE1;
}
</style>