Shades of Medium Purple #A355FA
Tints of Medium Purple #A355FA
RGB
CMYK
RGB Variations
Color information
#A355FA (or 0xA355FA) is known color: Medium Purple. HEX triplet: A3, 55 and FA. RGB value is (163,85,250). Sum of RGB (Red+Green+Blue) = 163+85+250=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 85 (33.59% from 255 or 17.07% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #A355FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A355FA is #5CAA05. Grayscale: #7E7E7E. Windows color (decimal): -6072838 or 16405923. OLE color: 16405923.
HSL color Cylindrical-coordinate representation of color #A355FA: hue angle of 268.36º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A355FA is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 85 | 250 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.02 |
| HSL | 268.36º | 0.94% | 0.66% | - |
| HSV(B) | 268.36º | 0.66% | 0.98% | - |
| XYZ | 35.61 | 21.19 | 92.65 | - |
| YUV | 127.13 | 197.34 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 85 | 250 | 0.35 | 0.66 | 0 | 0.02 | 268.36 | 0.94 | 0.66 |
| Hex | A3 | 55 | FA | 23 | 42 | 0 | 2 | 10C | 5E | 42 |
| Octal | 243 | 125 | 372 | 43 | 102 | 0 | 2 | 414 | 136 | 102 |
| Binary | 10100011 | 1010101 | 11111010 | 100011 | 1000010 | 0 | 10 | 100001100 | 1011110 | 1000010 |
Color Harmonies of #A355FA
Complementary color
Monochromatic Colors of #A355FA
Black with #A355FA
Text Example
Text Example
White with #A355FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A355FA; }
p { color: rgb(163,85,250); }
H1.HeaderClassName
{
color: #A355FA;
}
.AnyTagClassName
{
color: #A355FA;
}
</style>
background-color css
<style>
a { background-color: #A355FA; }
a { background-color: rgb(163,85,250); }
div.DivClassName
{
background-color: #A355FA;
}
.BgClassName
{
background-color: #A355FA;
}
</style>
border-color css
<style>
span { border-color: #A355FA; }
span { border-color: rgb(163,85,250); }
td.TdClassName
{
border-color: #A355FA;
}
.TagClassName
{
border-color: #A355FA;
}
</style>