Shades of Medium Purple #A15CF6
Tints of Medium Purple #A15CF6
RGB
CMYK
RGB Variations
Color information
#A15CF6 (or 0xA15CF6) is known color: Medium Purple. HEX triplet: A1, 5C and F6. RGB value is (161,92,246). Sum of RGB (Red+Green+Blue) = 161+92+246=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 92 (36.33% from 255 or 18.44% from 499); Blue value is 246 (96.48% from 255 or 49.30% from 499); Max value from RGB is 246 - color contains mainly: blue. Hex color #A15CF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A15CF6 is #5EA309. Grayscale: #818181. Windows color (decimal): -6202122 or 16145569. OLE color: 16145569.
HSL color Cylindrical-coordinate representation of color #A15CF6: hue angle of 266.88º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A15CF6 is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 92 | 246 | - |
| CMYK | 0.35 | 0.63 | 0 | 0.04 |
| HSL | 266.88º | 0.9% | 0.66% | - |
| HSV(B) | 266.88º | 0.63% | 0.96% | - |
| XYZ | 35.16 | 21.89 | 89.56 | - |
| YUV | 130.19 | 193.36 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 92 | 246 | 0.35 | 0.63 | 0 | 0.04 | 266.88 | 0.9 | 0.66 |
| Hex | A1 | 5C | F6 | 23 | 3F | 0 | 4 | 10B | 5A | 42 |
| Octal | 241 | 134 | 366 | 43 | 77 | 0 | 4 | 413 | 132 | 102 |
| Binary | 10100001 | 1011100 | 11110110 | 100011 | 111111 | 0 | 100 | 100001011 | 1011010 | 1000010 |
Color Harmonies of #A15CF6
Complementary color
Monochromatic Colors of #A15CF6
Black with #A15CF6
Text Example
Text Example
White with #A15CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15CF6; }
p { color: rgb(161,92,246); }
H1.HeaderClassName
{
color: #A15CF6;
}
.AnyTagClassName
{
color: #A15CF6;
}
</style>
background-color css
<style>
a { background-color: #A15CF6; }
a { background-color: rgb(161,92,246); }
div.DivClassName
{
background-color: #A15CF6;
}
.BgClassName
{
background-color: #A15CF6;
}
</style>
border-color css
<style>
span { border-color: #A15CF6; }
span { border-color: rgb(161,92,246); }
td.TdClassName
{
border-color: #A15CF6;
}
.TagClassName
{
border-color: #A15CF6;
}
</style>