Shades of Medium Purple #A067E6
Tints of Medium Purple #A067E6
RGB
CMYK
RGB Variations
Color information
#A067E6 (or 0xA067E6) is known color: Medium Purple. HEX triplet: A0, 67 and E6. RGB value is (160,103,230). Sum of RGB (Red+Green+Blue) = 160+103+230=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 103 (40.62% from 255 or 20.89% from 493); Blue value is 230 (90.23% from 255 or 46.65% from 493); Max value from RGB is 230 - color contains mainly: blue. Hex color #A067E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A067E6 is #5F9819. Grayscale: #868686. Windows color (decimal): -6264858 or 15099808. OLE color: 15099808.
HSL color Cylindrical-coordinate representation of color #A067E6: hue angle of 266.93º 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 #A067E6 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 103 | 230 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.10 |
| HSL | 266.93º | 0.72% | 0.65% | - |
| HSV(B) | 266.93º | 0.55% | 0.9% | - |
| XYZ | 33.63 | 22.89 | 77.51 | - |
| YUV | 134.52 | 181.88 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 103 | 230 | 0.30 | 0.55 | 0 | 0.10 | 266.93 | 0.72 | 0.65 |
| Hex | A0 | 67 | E6 | 1E | 37 | 0 | A | 10B | 48 | 41 |
| Octal | 240 | 147 | 346 | 36 | 67 | 0 | 12 | 413 | 110 | 101 |
| Binary | 10100000 | 1100111 | 11100110 | 11110 | 110111 | 0 | 1010 | 100001011 | 1001000 | 1000001 |
Color Harmonies of #A067E6
Complementary color
Monochromatic Colors of #A067E6
Black with #A067E6
Text Example
Text Example
White with #A067E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A067E6; }
p { color: rgb(160,103,230); }
H1.HeaderClassName
{
color: #A067E6;
}
.AnyTagClassName
{
color: #A067E6;
}
</style>
background-color css
<style>
a { background-color: #A067E6; }
a { background-color: rgb(160,103,230); }
div.DivClassName
{
background-color: #A067E6;
}
.BgClassName
{
background-color: #A067E6;
}
</style>
border-color css
<style>
span { border-color: #A067E6; }
span { border-color: rgb(160,103,230); }
td.TdClassName
{
border-color: #A067E6;
}
.TagClassName
{
border-color: #A067E6;
}
</style>