Shades of Medium Purple #A351FE
Tints of Medium Purple #A351FE
RGB
CMYK
RGB Variations
Color information
#A351FE (or 0xA351FE) is known color: Medium Purple. HEX triplet: A3, 51 and FE. RGB value is (163,81,254). Sum of RGB (Red+Green+Blue) = 163+81+254=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 81 (32.03% from 255 or 16.27% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #A351FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A351FE is #5CAE01. Grayscale: #7C7C7C. Windows color (decimal): -6073858 or 16667043. OLE color: 16667043.
HSL color Cylindrical-coordinate representation of color #A351FE: hue angle of 268.44º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A351FE is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 81 | 254 | - |
| CMYK | 0.36 | 0.68 | 0 | 0.00 |
| HSL | 268.44º | 0.99% | 0.66% | - |
| HSV(B) | 268.44º | 0.68% | 1% | - |
| XYZ | 35.94 | 20.83 | 95.89 | - |
| YUV | 125.24 | 200.67 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 81 | 254 | 0.36 | 0.68 | 0 | 0.00 | 268.44 | 0.99 | 0.66 |
| Hex | A3 | 51 | FE | 24 | 44 | 0 | 0 | 10C | 63 | 42 |
| Octal | 243 | 121 | 376 | 44 | 104 | 0 | 0 | 414 | 143 | 102 |
| Binary | 10100011 | 1010001 | 11111110 | 100100 | 1000100 | 0 | 0 | 100001100 | 1100011 | 1000010 |
Color Harmonies of #A351FE
Complementary color
Monochromatic Colors of #A351FE
Black with #A351FE
Text Example
Text Example
White with #A351FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A351FE; }
p { color: rgb(163,81,254); }
H1.HeaderClassName
{
color: #A351FE;
}
.AnyTagClassName
{
color: #A351FE;
}
</style>
background-color css
<style>
a { background-color: #A351FE; }
a { background-color: rgb(163,81,254); }
div.DivClassName
{
background-color: #A351FE;
}
.BgClassName
{
background-color: #A351FE;
}
</style>
border-color css
<style>
span { border-color: #A351FE; }
span { border-color: rgb(163,81,254); }
td.TdClassName
{
border-color: #A351FE;
}
.TagClassName
{
border-color: #A351FE;
}
</style>