Shades of Medium Purple #A367F6
Tints of Medium Purple #A367F6
RGB
CMYK
RGB Variations
Color information
#A367F6 (or 0xA367F6) is known color: Medium Purple. HEX triplet: A3, 67 and F6. RGB value is (163,103,246). Sum of RGB (Red+Green+Blue) = 163+103+246=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 246 (96.48% from 255 or 48.05% from 512); Max value from RGB is 246 - color contains mainly: blue. Hex color #A367F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A367F6 is #5C9809. Grayscale: #888888. Windows color (decimal): -6068234 or 16148387. OLE color: 16148387.
HSL color Cylindrical-coordinate representation of color #A367F6: hue angle of 265.17º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A367F6 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 103 | 246 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.04 |
| HSL | 265.17º | 0.89% | 0.68% | - |
| HSV(B) | 265.17º | 0.58% | 0.96% | - |
| XYZ | 36.59 | 24.14 | 89.92 | - |
| YUV | 137.24 | 189.38 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 103 | 246 | 0.34 | 0.58 | 0 | 0.04 | 265.17 | 0.89 | 0.68 |
| Hex | A3 | 67 | F6 | 22 | 3A | 0 | 4 | 109 | 59 | 44 |
| Octal | 243 | 147 | 366 | 42 | 72 | 0 | 4 | 411 | 131 | 104 |
| Binary | 10100011 | 1100111 | 11110110 | 100010 | 111010 | 0 | 100 | 100001001 | 1011001 | 1000100 |
Color Harmonies of #A367F6
Complementary color
Monochromatic Colors of #A367F6
Black with #A367F6
Text Example
Text Example
White with #A367F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A367F6; }
p { color: rgb(163,103,246); }
H1.HeaderClassName
{
color: #A367F6;
}
.AnyTagClassName
{
color: #A367F6;
}
</style>
background-color css
<style>
a { background-color: #A367F6; }
a { background-color: rgb(163,103,246); }
div.DivClassName
{
background-color: #A367F6;
}
.BgClassName
{
background-color: #A367F6;
}
</style>
border-color css
<style>
span { border-color: #A367F6; }
span { border-color: rgb(163,103,246); }
td.TdClassName
{
border-color: #A367F6;
}
.TagClassName
{
border-color: #A367F6;
}
</style>