Shades of Medium Purple #A162EA
Tints of Medium Purple #A162EA
RGB
CMYK
RGB Variations
Color information
#A162EA (or 0xA162EA) is known color: Medium Purple. HEX triplet: A1, 62 and EA. RGB value is (161,98,234). Sum of RGB (Red+Green+Blue) = 161+98+234=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 98 (38.67% from 255 or 19.88% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #A162EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A162EA is #5E9D15. Grayscale: #838383. Windows color (decimal): -6200598 or 15360673. OLE color: 15360673.
HSL color Cylindrical-coordinate representation of color #A162EA: hue angle of 267.79º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A162EA is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 98 | 234 | - |
| CMYK | 0.31 | 0.58 | 0 | 0.08 |
| HSL | 267.79º | 0.76% | 0.65% | - |
| HSV(B) | 267.79º | 0.58% | 0.92% | - |
| XYZ | 33.92 | 22.25 | 80.35 | - |
| YUV | 132.34 | 185.37 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 98 | 234 | 0.31 | 0.58 | 0 | 0.08 | 267.79 | 0.76 | 0.65 |
| Hex | A1 | 62 | EA | 1F | 3A | 0 | 8 | 10C | 4C | 41 |
| Octal | 241 | 142 | 352 | 37 | 72 | 0 | 10 | 414 | 114 | 101 |
| Binary | 10100001 | 1100010 | 11101010 | 11111 | 111010 | 0 | 1000 | 100001100 | 1001100 | 1000001 |
Color Harmonies of #A162EA
Complementary color
Monochromatic Colors of #A162EA
Black with #A162EA
Text Example
Text Example
White with #A162EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A162EA; }
p { color: rgb(161,98,234); }
H1.HeaderClassName
{
color: #A162EA;
}
.AnyTagClassName
{
color: #A162EA;
}
</style>
background-color css
<style>
a { background-color: #A162EA; }
a { background-color: rgb(161,98,234); }
div.DivClassName
{
background-color: #A162EA;
}
.BgClassName
{
background-color: #A162EA;
}
</style>
border-color css
<style>
span { border-color: #A162EA; }
span { border-color: rgb(161,98,234); }
td.TdClassName
{
border-color: #A162EA;
}
.TagClassName
{
border-color: #A162EA;
}
</style>