Shades of Medium Purple #A367FA
Tints of Medium Purple #A367FA
RGB
CMYK
RGB Variations
Color information
#A367FA (or 0xA367FA) is known color: Medium Purple. HEX triplet: A3, 67 and FA. RGB value is (163,103,250). Sum of RGB (Red+Green+Blue) = 163+103+250=516 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.59% from 516); Green value is 103 (40.62% from 255 or 19.96% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #A367FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A367FA is #5C9805. Grayscale: #898989. Windows color (decimal): -6068230 or 16410531. OLE color: 16410531.
HSL color Cylindrical-coordinate representation of color #A367FA: hue angle of 264.49º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A367FA is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 103 | 250 | - |
| CMYK | 0.35 | 0.59 | 0 | 0.02 |
| HSL | 264.49º | 0.94% | 0.69% | - |
| HSV(B) | 264.49º | 0.59% | 0.98% | - |
| XYZ | 37.21 | 24.39 | 93.19 | - |
| YUV | 137.7 | 191.38 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 103 | 250 | 0.35 | 0.59 | 0 | 0.02 | 264.49 | 0.94 | 0.69 |
| Hex | A3 | 67 | FA | 23 | 3B | 0 | 2 | 108 | 5E | 45 |
| Octal | 243 | 147 | 372 | 43 | 73 | 0 | 2 | 410 | 136 | 105 |
| Binary | 10100011 | 1100111 | 11111010 | 100011 | 111011 | 0 | 10 | 100001000 | 1011110 | 1000101 |
Color Harmonies of #A367FA
Complementary color
Monochromatic Colors of #A367FA
Black with #A367FA
Text Example
Text Example
White with #A367FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A367FA; }
p { color: rgb(163,103,250); }
H1.HeaderClassName
{
color: #A367FA;
}
.AnyTagClassName
{
color: #A367FA;
}
</style>
background-color css
<style>
a { background-color: #A367FA; }
a { background-color: rgb(163,103,250); }
div.DivClassName
{
background-color: #A367FA;
}
.BgClassName
{
background-color: #A367FA;
}
</style>
border-color css
<style>
span { border-color: #A367FA; }
span { border-color: rgb(163,103,250); }
td.TdClassName
{
border-color: #A367FA;
}
.TagClassName
{
border-color: #A367FA;
}
</style>