Shades of Medium Purple #A15CF7
Tints of Medium Purple #A15CF7
RGB
CMYK
RGB Variations
Color information
#A15CF7 (or 0xA15CF7) is known color: Medium Purple. HEX triplet: A1, 5C and F7. RGB value is (161,92,247). Sum of RGB (Red+Green+Blue) = 161+92+247=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 92 (36.33% from 255 or 18.4% from 500); Blue value is 247 (96.88% from 255 or 49.4% from 500); Max value from RGB is 247 - color contains mainly: blue. Hex color #A15CF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A15CF7 is #5EA308. Grayscale: #818181. Windows color (decimal): -6202121 or 16211105. OLE color: 16211105.
HSL color Cylindrical-coordinate representation of color #A15CF7: hue angle of 266.71º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A15CF7 is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 92 | 247 | - |
| CMYK | 0.35 | 0.63 | 0 | 0.03 |
| HSL | 266.71º | 0.91% | 0.66% | - |
| HSV(B) | 266.71º | 0.63% | 0.97% | - |
| XYZ | 35.31 | 21.95 | 90.37 | - |
| YUV | 130.3 | 193.86 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 92 | 247 | 0.35 | 0.63 | 0 | 0.03 | 266.71 | 0.91 | 0.66 |
| Hex | A1 | 5C | F7 | 23 | 3F | 0 | 3 | 10B | 5B | 42 |
| Octal | 241 | 134 | 367 | 43 | 77 | 0 | 3 | 413 | 133 | 102 |
| Binary | 10100001 | 1011100 | 11110111 | 100011 | 111111 | 0 | 11 | 100001011 | 1011011 | 1000010 |
Color Harmonies of #A15CF7
Complementary color
Monochromatic Colors of #A15CF7
Black with #A15CF7
Text Example
Text Example
White with #A15CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15CF7; }
p { color: rgb(161,92,247); }
H1.HeaderClassName
{
color: #A15CF7;
}
.AnyTagClassName
{
color: #A15CF7;
}
</style>
background-color css
<style>
a { background-color: #A15CF7; }
a { background-color: rgb(161,92,247); }
div.DivClassName
{
background-color: #A15CF7;
}
.BgClassName
{
background-color: #A15CF7;
}
</style>
border-color css
<style>
span { border-color: #A15CF7; }
span { border-color: rgb(161,92,247); }
td.TdClassName
{
border-color: #A15CF7;
}
.TagClassName
{
border-color: #A15CF7;
}
</style>