Shades of Medium Purple #A162EF
Tints of Medium Purple #A162EF
RGB
CMYK
RGB Variations
Color information
#A162EF (or 0xA162EF) is known color: Medium Purple. HEX triplet: A1, 62 and EF. RGB value is (161,98,239). Sum of RGB (Red+Green+Blue) = 161+98+239=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 98 (38.67% from 255 or 19.68% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #A162EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A162EF is #5E9D10. Grayscale: #848484. Windows color (decimal): -6200593 or 15688353. OLE color: 15688353.
HSL color Cylindrical-coordinate representation of color #A162EF: hue angle of 266.81º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A162EF is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 98 | 239 | - |
| CMYK | 0.33 | 0.59 | 0 | 0.06 |
| HSL | 266.81º | 0.82% | 0.66% | - |
| HSV(B) | 266.81º | 0.59% | 0.94% | - |
| XYZ | 34.65 | 22.54 | 84.19 | - |
| YUV | 132.91 | 187.87 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 98 | 239 | 0.33 | 0.59 | 0 | 0.06 | 266.81 | 0.82 | 0.66 |
| Hex | A1 | 62 | EF | 21 | 3B | 0 | 6 | 10B | 52 | 42 |
| Octal | 241 | 142 | 357 | 41 | 73 | 0 | 6 | 413 | 122 | 102 |
| Binary | 10100001 | 1100010 | 11101111 | 100001 | 111011 | 0 | 110 | 100001011 | 1010010 | 1000010 |
Color Harmonies of #A162EF
Complementary color
Monochromatic Colors of #A162EF
Black with #A162EF
Text Example
Text Example
White with #A162EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A162EF; }
p { color: rgb(161,98,239); }
H1.HeaderClassName
{
color: #A162EF;
}
.AnyTagClassName
{
color: #A162EF;
}
</style>
background-color css
<style>
a { background-color: #A162EF; }
a { background-color: rgb(161,98,239); }
div.DivClassName
{
background-color: #A162EF;
}
.BgClassName
{
background-color: #A162EF;
}
</style>
border-color css
<style>
span { border-color: #A162EF; }
span { border-color: rgb(161,98,239); }
td.TdClassName
{
border-color: #A162EF;
}
.TagClassName
{
border-color: #A162EF;
}
</style>