Shades of Medium Purple #A667E6
Tints of Medium Purple #A667E6
RGB
CMYK
RGB Variations
Color information
#A667E6 (or 0xA667E6) is known color: Medium Purple. HEX triplet: A6, 67 and E6. RGB value is (166,103,230). Sum of RGB (Red+Green+Blue) = 166+103+230=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 103 (40.62% from 255 or 20.64% from 499); Blue value is 230 (90.23% from 255 or 46.09% from 499); Max value from RGB is 230 - color contains mainly: blue. Hex color #A667E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A667E6 is #599819. Grayscale: #878787. Windows color (decimal): -5871642 or 15099814. OLE color: 15099814.
HSL color Cylindrical-coordinate representation of color #A667E6: hue angle of 269.76º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A667E6 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 103 | 230 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.10 |
| HSL | 269.76º | 0.72% | 0.65% | - |
| HSV(B) | 269.76º | 0.55% | 0.9% | - |
| XYZ | 34.86 | 23.52 | 77.57 | - |
| YUV | 136.32 | 180.87 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 103 | 230 | 0.28 | 0.55 | 0 | 0.10 | 269.76 | 0.72 | 0.65 |
| Hex | A6 | 67 | E6 | 1C | 37 | 0 | A | 10E | 48 | 41 |
| Octal | 246 | 147 | 346 | 34 | 67 | 0 | 12 | 416 | 110 | 101 |
| Binary | 10100110 | 1100111 | 11100110 | 11100 | 110111 | 0 | 1010 | 100001110 | 1001000 | 1000001 |
Color Harmonies of #A667E6
Complementary color
Monochromatic Colors of #A667E6
Black with #A667E6
Text Example
Text Example
White with #A667E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A667E6; }
p { color: rgb(166,103,230); }
H1.HeaderClassName
{
color: #A667E6;
}
.AnyTagClassName
{
color: #A667E6;
}
</style>
background-color css
<style>
a { background-color: #A667E6; }
a { background-color: rgb(166,103,230); }
div.DivClassName
{
background-color: #A667E6;
}
.BgClassName
{
background-color: #A667E6;
}
</style>
border-color css
<style>
span { border-color: #A667E6; }
span { border-color: rgb(166,103,230); }
td.TdClassName
{
border-color: #A667E6;
}
.TagClassName
{
border-color: #A667E6;
}
</style>