Shades of Medium Purple #A15AF6
Tints of Medium Purple #A15AF6
RGB
CMYK
RGB Variations
Color information
#A15AF6 (or 0xA15AF6) is known color: Medium Purple. HEX triplet: A1, 5A and F6. RGB value is (161,90,246). Sum of RGB (Red+Green+Blue) = 161+90+246=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 90 (35.55% from 255 or 18.11% from 497); Blue value is 246 (96.48% from 255 or 49.50% from 497); Max value from RGB is 246 - color contains mainly: blue. Hex color #A15AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A15AF6 is #5EA509. Grayscale: #808080. Windows color (decimal): -6202634 or 16145057. OLE color: 16145057.
HSL color Cylindrical-coordinate representation of color #A15AF6: hue angle of 267.31º 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 #A15AF6 is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 90 | 246 | - |
| CMYK | 0.35 | 0.63 | 0 | 0.04 |
| HSL | 267.31º | 0.9% | 0.66% | - |
| HSV(B) | 267.31º | 0.63% | 0.96% | - |
| XYZ | 34.99 | 21.54 | 89.5 | - |
| YUV | 129.01 | 194.02 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 90 | 246 | 0.35 | 0.63 | 0 | 0.04 | 267.31 | 0.9 | 0.66 |
| Hex | A1 | 5A | F6 | 23 | 3F | 0 | 4 | 10B | 5A | 42 |
| Octal | 241 | 132 | 366 | 43 | 77 | 0 | 4 | 413 | 132 | 102 |
| Binary | 10100001 | 1011010 | 11110110 | 100011 | 111111 | 0 | 100 | 100001011 | 1011010 | 1000010 |
Color Harmonies of #A15AF6
Complementary color
Monochromatic Colors of #A15AF6
Black with #A15AF6
Text Example
Text Example
White with #A15AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15AF6; }
p { color: rgb(161,90,246); }
H1.HeaderClassName
{
color: #A15AF6;
}
.AnyTagClassName
{
color: #A15AF6;
}
</style>
background-color css
<style>
a { background-color: #A15AF6; }
a { background-color: rgb(161,90,246); }
div.DivClassName
{
background-color: #A15AF6;
}
.BgClassName
{
background-color: #A15AF6;
}
</style>
border-color css
<style>
span { border-color: #A15AF6; }
span { border-color: rgb(161,90,246); }
td.TdClassName
{
border-color: #A15AF6;
}
.TagClassName
{
border-color: #A15AF6;
}
</style>