Shades of Medium Purple #A355FD
Tints of Medium Purple #A355FD
RGB
CMYK
RGB Variations
Color information
#A355FD (or 0xA355FD) is known color: Medium Purple. HEX triplet: A3, 55 and FD. RGB value is (163,85,253). Sum of RGB (Red+Green+Blue) = 163+85+253=501 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.53% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #A355FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A355FD is #5CAA02. Grayscale: #7E7E7E. Windows color (decimal): -6072835 or 16602531. OLE color: 16602531.
HSL color Cylindrical-coordinate representation of color #A355FD: hue angle of 267.86º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A355FD is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 85 | 253 | - |
| CMYK | 0.36 | 0.66 | 0 | 0.01 |
| HSL | 267.86º | 0.98% | 0.66% | - |
| HSV(B) | 267.86º | 0.66% | 0.99% | - |
| XYZ | 36.08 | 21.38 | 95.15 | - |
| YUV | 127.47 | 198.84 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 85 | 253 | 0.36 | 0.66 | 0 | 0.01 | 267.86 | 0.98 | 0.66 |
| Hex | A3 | 55 | FD | 24 | 42 | 0 | 1 | 10C | 62 | 42 |
| Octal | 243 | 125 | 375 | 44 | 102 | 0 | 1 | 414 | 142 | 102 |
| Binary | 10100011 | 1010101 | 11111101 | 100100 | 1000010 | 0 | 1 | 100001100 | 1100010 | 1000010 |
Color Harmonies of #A355FD
Complementary color
Monochromatic Colors of #A355FD
Black with #A355FD
Text Example
Text Example
White with #A355FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A355FD; }
p { color: rgb(163,85,253); }
H1.HeaderClassName
{
color: #A355FD;
}
.AnyTagClassName
{
color: #A355FD;
}
</style>
background-color css
<style>
a { background-color: #A355FD; }
a { background-color: rgb(163,85,253); }
div.DivClassName
{
background-color: #A355FD;
}
.BgClassName
{
background-color: #A355FD;
}
</style>
border-color css
<style>
span { border-color: #A355FD; }
span { border-color: rgb(163,85,253); }
td.TdClassName
{
border-color: #A355FD;
}
.TagClassName
{
border-color: #A355FD;
}
</style>