Shades of Medium Purple #A367FC
Tints of Medium Purple #A367FC
RGB
CMYK
RGB Variations
Color information
#A367FC (or 0xA367FC) is known color: Medium Purple. HEX triplet: A3, 67 and FC. RGB value is (163,103,252). Sum of RGB (Red+Green+Blue) = 163+103+252=518 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.47% from 518); Green value is 103 (40.62% from 255 or 19.88% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #A367FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A367FC is #5C9803. Grayscale: #898989. Windows color (decimal): -6068228 or 16541603. OLE color: 16541603.
HSL color Cylindrical-coordinate representation of color #A367FC: hue angle of 264.16º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A367FC is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 103 | 252 | - |
| CMYK | 0.35 | 0.59 | 0 | 0.01 |
| HSL | 264.16º | 0.96% | 0.7% | - |
| HSV(B) | 264.16º | 0.59% | 0.99% | - |
| XYZ | 37.53 | 24.52 | 94.85 | - |
| YUV | 137.93 | 192.38 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 103 | 252 | 0.35 | 0.59 | 0 | 0.01 | 264.16 | 0.96 | 0.7 |
| Hex | A3 | 67 | FC | 23 | 3B | 0 | 1 | 108 | 60 | 46 |
| Octal | 243 | 147 | 374 | 43 | 73 | 0 | 1 | 410 | 140 | 106 |
| Binary | 10100011 | 1100111 | 11111100 | 100011 | 111011 | 0 | 1 | 100001000 | 1100000 | 1000110 |
Color Harmonies of #A367FC
Complementary color
Monochromatic Colors of #A367FC
Black with #A367FC
Text Example
Text Example
White with #A367FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A367FC; }
p { color: rgb(163,103,252); }
H1.HeaderClassName
{
color: #A367FC;
}
.AnyTagClassName
{
color: #A367FC;
}
</style>
background-color css
<style>
a { background-color: #A367FC; }
a { background-color: rgb(163,103,252); }
div.DivClassName
{
background-color: #A367FC;
}
.BgClassName
{
background-color: #A367FC;
}
</style>
border-color css
<style>
span { border-color: #A367FC; }
span { border-color: rgb(163,103,252); }
td.TdClassName
{
border-color: #A367FC;
}
.TagClassName
{
border-color: #A367FC;
}
</style>