Shades of Medium Purple #A355FB
Tints of Medium Purple #A355FB
RGB
CMYK
RGB Variations
Color information
#A355FB (or 0xA355FB) is known color: Medium Purple. HEX triplet: A3, 55 and FB. RGB value is (163,85,251). Sum of RGB (Red+Green+Blue) = 163+85+251=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 85 (33.59% from 255 or 17.03% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #A355FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A355FB is #5CAA04. Grayscale: #7E7E7E. Windows color (decimal): -6072837 or 16471459. OLE color: 16471459.
HSL color Cylindrical-coordinate representation of color #A355FB: hue angle of 268.19º degrees, saturation: 0.95, 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 #A355FB is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 85 | 251 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.02 |
| HSL | 268.19º | 0.95% | 0.66% | - |
| HSV(B) | 268.19º | 0.66% | 0.98% | - |
| XYZ | 35.77 | 21.25 | 93.48 | - |
| YUV | 127.25 | 197.84 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 85 | 251 | 0.35 | 0.66 | 0 | 0.02 | 268.19 | 0.95 | 0.66 |
| Hex | A3 | 55 | FB | 23 | 42 | 0 | 2 | 10C | 5F | 42 |
| Octal | 243 | 125 | 373 | 43 | 102 | 0 | 2 | 414 | 137 | 102 |
| Binary | 10100011 | 1010101 | 11111011 | 100011 | 1000010 | 0 | 10 | 100001100 | 1011111 | 1000010 |
Color Harmonies of #A355FB
Complementary color
Monochromatic Colors of #A355FB
Black with #A355FB
Text Example
Text Example
White with #A355FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A355FB; }
p { color: rgb(163,85,251); }
H1.HeaderClassName
{
color: #A355FB;
}
.AnyTagClassName
{
color: #A355FB;
}
</style>
background-color css
<style>
a { background-color: #A355FB; }
a { background-color: rgb(163,85,251); }
div.DivClassName
{
background-color: #A355FB;
}
.BgClassName
{
background-color: #A355FB;
}
</style>
border-color css
<style>
span { border-color: #A355FB; }
span { border-color: rgb(163,85,251); }
td.TdClassName
{
border-color: #A355FB;
}
.TagClassName
{
border-color: #A355FB;
}
</style>