Shades of Medium Purple #A355FE
Tints of Medium Purple #A355FE
RGB
CMYK
RGB Variations
Color information
#A355FE (or 0xA355FE) is known color: Medium Purple. HEX triplet: A3, 55 and FE. RGB value is (163,85,254). Sum of RGB (Red+Green+Blue) = 163+85+254=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #A355FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A355FE is #5CAA01. Grayscale: #7E7E7E. Windows color (decimal): -6072834 or 16668067. OLE color: 16668067.
HSL color Cylindrical-coordinate representation of color #A355FE: hue angle of 267.69º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A355FE is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 85 | 254 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.00 |
| HSL | 267.69º | 0.99% | 0.66% | - |
| HSV(B) | 267.69º | 0.67% | 1% | - |
| XYZ | 36.24 | 21.44 | 95.99 | - |
| YUV | 127.59 | 199.34 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 85 | 254 | 0.36 | 0.67 | 0 | 0.00 | 267.69 | 0.99 | 0.66 |
| Hex | A3 | 55 | FE | 24 | 43 | 0 | 0 | 10C | 63 | 42 |
| Octal | 243 | 125 | 376 | 44 | 103 | 0 | 0 | 414 | 143 | 102 |
| Binary | 10100011 | 1010101 | 11111110 | 100100 | 1000011 | 0 | 0 | 100001100 | 1100011 | 1000010 |
Color Harmonies of #A355FE
Complementary color
Monochromatic Colors of #A355FE
Black with #A355FE
Text Example
Text Example
White with #A355FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A355FE; }
p { color: rgb(163,85,254); }
H1.HeaderClassName
{
color: #A355FE;
}
.AnyTagClassName
{
color: #A355FE;
}
</style>
background-color css
<style>
a { background-color: #A355FE; }
a { background-color: rgb(163,85,254); }
div.DivClassName
{
background-color: #A355FE;
}
.BgClassName
{
background-color: #A355FE;
}
</style>
border-color css
<style>
span { border-color: #A355FE; }
span { border-color: rgb(163,85,254); }
td.TdClassName
{
border-color: #A355FE;
}
.TagClassName
{
border-color: #A355FE;
}
</style>