Shades of Medium Purple #A162F6
Tints of Medium Purple #A162F6
RGB
CMYK
RGB Variations
Color information
#A162F6 (or 0xA162F6) is known color: Medium Purple. HEX triplet: A1, 62 and F6. RGB value is (161,98,246). Sum of RGB (Red+Green+Blue) = 161+98+246=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 98 (38.67% from 255 or 19.41% from 505); Blue value is 246 (96.48% from 255 or 48.71% from 505); Max value from RGB is 246 - color contains mainly: blue. Hex color #A162F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A162F6 is #5E9D09. Grayscale: #858585. Windows color (decimal): -6200586 or 16147105. OLE color: 16147105.
HSL color Cylindrical-coordinate representation of color #A162F6: hue angle of 265.54º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A162F6 is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 98 | 246 | - |
| CMYK | 0.35 | 0.60 | 0 | 0.04 |
| HSL | 265.54º | 0.89% | 0.67% | - |
| HSV(B) | 265.54º | 0.6% | 0.96% | - |
| XYZ | 35.7 | 22.97 | 89.74 | - |
| YUV | 133.71 | 191.37 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 98 | 246 | 0.35 | 0.60 | 0 | 0.04 | 265.54 | 0.89 | 0.67 |
| Hex | A1 | 62 | F6 | 23 | 3C | 0 | 4 | 10A | 59 | 43 |
| Octal | 241 | 142 | 366 | 43 | 74 | 0 | 4 | 412 | 131 | 103 |
| Binary | 10100001 | 1100010 | 11110110 | 100011 | 111100 | 0 | 100 | 100001010 | 1011001 | 1000011 |
Color Harmonies of #A162F6
Complementary color
Monochromatic Colors of #A162F6
Black with #A162F6
Text Example
Text Example
White with #A162F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A162F6; }
p { color: rgb(161,98,246); }
H1.HeaderClassName
{
color: #A162F6;
}
.AnyTagClassName
{
color: #A162F6;
}
</style>
background-color css
<style>
a { background-color: #A162F6; }
a { background-color: rgb(161,98,246); }
div.DivClassName
{
background-color: #A162F6;
}
.BgClassName
{
background-color: #A162F6;
}
</style>
border-color css
<style>
span { border-color: #A162F6; }
span { border-color: rgb(161,98,246); }
td.TdClassName
{
border-color: #A162F6;
}
.TagClassName
{
border-color: #A162F6;
}
</style>