Shades of Medium Purple #A359FE
Tints of Medium Purple #A359FE
RGB
CMYK
RGB Variations
Color information
#A359FE (or 0xA359FE) is known color: Medium Purple. HEX triplet: A3, 59 and FE. RGB value is (163,89,254). Sum of RGB (Red+Green+Blue) = 163+89+254=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 89 (35.16% from 255 or 17.59% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #A359FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A359FE is #5CA601. Grayscale: #818181. Windows color (decimal): -6071810 or 16669091. OLE color: 16669091.
HSL color Cylindrical-coordinate representation of color #A359FE: hue angle of 266.91º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A359FE is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 89 | 254 | - |
| CMYK | 0.36 | 0.65 | 0 | 0.00 |
| HSL | 266.91º | 0.99% | 0.67% | - |
| HSV(B) | 266.91º | 0.65% | 1% | - |
| XYZ | 36.57 | 22.09 | 96.1 | - |
| YUV | 129.94 | 198.02 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 89 | 254 | 0.36 | 0.65 | 0 | 0.00 | 266.91 | 0.99 | 0.67 |
| Hex | A3 | 59 | FE | 24 | 41 | 0 | 0 | 10B | 63 | 43 |
| Octal | 243 | 131 | 376 | 44 | 101 | 0 | 0 | 413 | 143 | 103 |
| Binary | 10100011 | 1011001 | 11111110 | 100100 | 1000001 | 0 | 0 | 100001011 | 1100011 | 1000011 |
Color Harmonies of #A359FE
Complementary color
Monochromatic Colors of #A359FE
Black with #A359FE
Text Example
Text Example
White with #A359FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A359FE; }
p { color: rgb(163,89,254); }
H1.HeaderClassName
{
color: #A359FE;
}
.AnyTagClassName
{
color: #A359FE;
}
</style>
background-color css
<style>
a { background-color: #A359FE; }
a { background-color: rgb(163,89,254); }
div.DivClassName
{
background-color: #A359FE;
}
.BgClassName
{
background-color: #A359FE;
}
</style>
border-color css
<style>
span { border-color: #A359FE; }
span { border-color: rgb(163,89,254); }
td.TdClassName
{
border-color: #A359FE;
}
.TagClassName
{
border-color: #A359FE;
}
</style>