Shades of Medium Purple #A067F0
Tints of Medium Purple #A067F0
RGB
CMYK
RGB Variations
Color information
#A067F0 (or 0xA067F0) is known color: Medium Purple. HEX triplet: A0, 67 and F0. RGB value is (160,103,240). Sum of RGB (Red+Green+Blue) = 160+103+240=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 103 (40.62% from 255 or 20.48% from 503); Blue value is 240 (94.14% from 255 or 47.71% from 503); Max value from RGB is 240 - color contains mainly: blue. Hex color #A067F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A067F0 is #5F980F. Grayscale: #878787. Windows color (decimal): -6264848 or 15755168. OLE color: 15755168.
HSL color Cylindrical-coordinate representation of color #A067F0: hue angle of 264.96º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A067F0 is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 103 | 240 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.06 |
| HSL | 264.96º | 0.82% | 0.67% | - |
| HSV(B) | 264.96º | 0.57% | 0.94% | - |
| XYZ | 35.08 | 23.47 | 85.12 | - |
| YUV | 135.66 | 186.88 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 103 | 240 | 0.33 | 0.57 | 0 | 0.06 | 264.96 | 0.82 | 0.67 |
| Hex | A0 | 67 | F0 | 21 | 39 | 0 | 6 | 109 | 52 | 43 |
| Octal | 240 | 147 | 360 | 41 | 71 | 0 | 6 | 411 | 122 | 103 |
| Binary | 10100000 | 1100111 | 11110000 | 100001 | 111001 | 0 | 110 | 100001001 | 1010010 | 1000011 |
Color Harmonies of #A067F0
Complementary color
Monochromatic Colors of #A067F0
Black with #A067F0
Text Example
Text Example
White with #A067F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A067F0; }
p { color: rgb(160,103,240); }
H1.HeaderClassName
{
color: #A067F0;
}
.AnyTagClassName
{
color: #A067F0;
}
</style>
background-color css
<style>
a { background-color: #A067F0; }
a { background-color: rgb(160,103,240); }
div.DivClassName
{
background-color: #A067F0;
}
.BgClassName
{
background-color: #A067F0;
}
</style>
border-color css
<style>
span { border-color: #A067F0; }
span { border-color: rgb(160,103,240); }
td.TdClassName
{
border-color: #A067F0;
}
.TagClassName
{
border-color: #A067F0;
}
</style>