Shades of Medium Purple #A367F0
Tints of Medium Purple #A367F0
RGB
CMYK
RGB Variations
Color information
#A367F0 (or 0xA367F0) is known color: Medium Purple. HEX triplet: A3, 67 and F0. RGB value is (163,103,240). Sum of RGB (Red+Green+Blue) = 163+103+240=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 103 (40.62% from 255 or 20.36% from 506); Blue value is 240 (94.14% from 255 or 47.43% from 506); Max value from RGB is 240 - color contains mainly: blue. Hex color #A367F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A367F0 is #5C980F. Grayscale: #888888. Windows color (decimal): -6068240 or 15755171. OLE color: 15755171.
HSL color Cylindrical-coordinate representation of color #A367F0: hue angle of 266.28º 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 #A367F0 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 103 | 240 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.06 |
| HSL | 266.28º | 0.82% | 0.67% | - |
| HSV(B) | 266.28º | 0.57% | 0.94% | - |
| XYZ | 35.68 | 23.78 | 85.15 | - |
| YUV | 136.56 | 186.38 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 103 | 240 | 0.32 | 0.57 | 0 | 0.06 | 266.28 | 0.82 | 0.67 |
| Hex | A3 | 67 | F0 | 20 | 39 | 0 | 6 | 10A | 52 | 43 |
| Octal | 243 | 147 | 360 | 40 | 71 | 0 | 6 | 412 | 122 | 103 |
| Binary | 10100011 | 1100111 | 11110000 | 100000 | 111001 | 0 | 110 | 100001010 | 1010010 | 1000011 |
Color Harmonies of #A367F0
Complementary color
Monochromatic Colors of #A367F0
Black with #A367F0
Text Example
Text Example
White with #A367F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A367F0; }
p { color: rgb(163,103,240); }
H1.HeaderClassName
{
color: #A367F0;
}
.AnyTagClassName
{
color: #A367F0;
}
</style>
background-color css
<style>
a { background-color: #A367F0; }
a { background-color: rgb(163,103,240); }
div.DivClassName
{
background-color: #A367F0;
}
.BgClassName
{
background-color: #A367F0;
}
</style>
border-color css
<style>
span { border-color: #A367F0; }
span { border-color: rgb(163,103,240); }
td.TdClassName
{
border-color: #A367F0;
}
.TagClassName
{
border-color: #A367F0;
}
</style>