Shades of Medium Purple #A15AFA
Tints of Medium Purple #A15AFA
RGB
CMYK
RGB Variations
Color information
#A15AFA (or 0xA15AFA) is known color: Medium Purple. HEX triplet: A1, 5A and FA. RGB value is (161,90,250). Sum of RGB (Red+Green+Blue) = 161+90+250=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #A15AFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A15AFA is #5EA505. Grayscale: #808080. Windows color (decimal): -6202630 or 16407201. OLE color: 16407201.
HSL color Cylindrical-coordinate representation of color #A15AFA: hue angle of 266.62º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A15AFA is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 90 | 250 | - |
| CMYK | 0.36 | 0.64 | 0 | 0.02 |
| HSL | 266.63º | 0.94% | 0.67% | - |
| HSV(B) | 266.63º | 0.64% | 0.98% | - |
| XYZ | 35.61 | 21.79 | 92.77 | - |
| YUV | 129.47 | 196.02 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 90 | 250 | 0.36 | 0.64 | 0 | 0.02 | 266.63 | 0.94 | 0.67 |
| Hex | A1 | 5A | FA | 24 | 40 | 0 | 2 | 10B | 5E | 43 |
| Octal | 241 | 132 | 372 | 44 | 100 | 0 | 2 | 413 | 136 | 103 |
| Binary | 10100001 | 1011010 | 11111010 | 100100 | 1000000 | 0 | 10 | 100001011 | 1011110 | 1000011 |
Color Harmonies of #A15AFA
Complementary color
Monochromatic Colors of #A15AFA
Black with #A15AFA
Text Example
Text Example
White with #A15AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15AFA; }
p { color: rgb(161,90,250); }
H1.HeaderClassName
{
color: #A15AFA;
}
.AnyTagClassName
{
color: #A15AFA;
}
</style>
background-color css
<style>
a { background-color: #A15AFA; }
a { background-color: rgb(161,90,250); }
div.DivClassName
{
background-color: #A15AFA;
}
.BgClassName
{
background-color: #A15AFA;
}
</style>
border-color css
<style>
span { border-color: #A15AFA; }
span { border-color: rgb(161,90,250); }
td.TdClassName
{
border-color: #A15AFA;
}
.TagClassName
{
border-color: #A15AFA;
}
</style>