Shades of Medium Purple #A150FE
Tints of Medium Purple #A150FE
RGB
CMYK
RGB Variations
Color information
#A150FE (or 0xA150FE) is known color: Medium Purple. HEX triplet: A1, 50 and FE. RGB value is (161,80,254). Sum of RGB (Red+Green+Blue) = 161+80+254=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 80 (31.64% from 255 or 16.16% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #A150FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A150FE is #5EAF01. Grayscale: #7B7B7B. Windows color (decimal): -6205186 or 16666785. OLE color: 16666785.
HSL color Cylindrical-coordinate representation of color #A150FE: hue angle of 267.93º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A150FE is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 80 | 254 | - |
| CMYK | 0.37 | 0.69 | 0 | 0.00 |
| HSL | 267.93º | 0.99% | 0.65% | - |
| HSV(B) | 267.93º | 0.69% | 1% | - |
| XYZ | 35.46 | 20.47 | 95.85 | - |
| YUV | 124.06 | 201.34 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 254 | 0.37 | 0.69 | 0 | 0.00 | 267.93 | 0.99 | 0.65 |
| Hex | A1 | 50 | FE | 25 | 45 | 0 | 0 | 10C | 63 | 41 |
| Octal | 241 | 120 | 376 | 45 | 105 | 0 | 0 | 414 | 143 | 101 |
| Binary | 10100001 | 1010000 | 11111110 | 100101 | 1000101 | 0 | 0 | 100001100 | 1100011 | 1000001 |
Color Harmonies of #A150FE
Complementary color
Monochromatic Colors of #A150FE
Black with #A150FE
Text Example
Text Example
White with #A150FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A150FE; }
p { color: rgb(161,80,254); }
H1.HeaderClassName
{
color: #A150FE;
}
.AnyTagClassName
{
color: #A150FE;
}
</style>
background-color css
<style>
a { background-color: #A150FE; }
a { background-color: rgb(161,80,254); }
div.DivClassName
{
background-color: #A150FE;
}
.BgClassName
{
background-color: #A150FE;
}
</style>
border-color css
<style>
span { border-color: #A150FE; }
span { border-color: rgb(161,80,254); }
td.TdClassName
{
border-color: #A150FE;
}
.TagClassName
{
border-color: #A150FE;
}
</style>