Shades of Medium Purple #A367F1
Tints of Medium Purple #A367F1
RGB
CMYK
RGB Variations
Color information
#A367F1 (or 0xA367F1) is known color: Medium Purple. HEX triplet: A3, 67 and F1. RGB value is (163,103,241). Sum of RGB (Red+Green+Blue) = 163+103+241=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #A367F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A367F1 is #5C980E. Grayscale: #888888. Windows color (decimal): -6068239 or 15820707. OLE color: 15820707.
HSL color Cylindrical-coordinate representation of color #A367F1: hue angle of 266.09º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A367F1 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 103 | 241 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.05 |
| HSL | 266.09º | 0.83% | 0.67% | - |
| HSV(B) | 266.09º | 0.57% | 0.95% | - |
| XYZ | 35.83 | 23.84 | 85.93 | - |
| YUV | 136.67 | 186.88 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 103 | 241 | 0.32 | 0.57 | 0 | 0.05 | 266.09 | 0.83 | 0.67 |
| Hex | A3 | 67 | F1 | 20 | 39 | 0 | 5 | 10A | 53 | 43 |
| Octal | 243 | 147 | 361 | 40 | 71 | 0 | 5 | 412 | 123 | 103 |
| Binary | 10100011 | 1100111 | 11110001 | 100000 | 111001 | 0 | 101 | 100001010 | 1010011 | 1000011 |
Color Harmonies of #A367F1
Complementary color
Monochromatic Colors of #A367F1
Black with #A367F1
Text Example
Text Example
White with #A367F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A367F1; }
p { color: rgb(163,103,241); }
H1.HeaderClassName
{
color: #A367F1;
}
.AnyTagClassName
{
color: #A367F1;
}
</style>
background-color css
<style>
a { background-color: #A367F1; }
a { background-color: rgb(163,103,241); }
div.DivClassName
{
background-color: #A367F1;
}
.BgClassName
{
background-color: #A367F1;
}
</style>
border-color css
<style>
span { border-color: #A367F1; }
span { border-color: rgb(163,103,241); }
td.TdClassName
{
border-color: #A367F1;
}
.TagClassName
{
border-color: #A367F1;
}
</style>