Shades of Medium Purple #A26EF2
Tints of Medium Purple #A26EF2
RGB
CMYK
RGB Variations
Color information
#A26EF2 (or 0xA26EF2) is known color: Medium Purple. HEX triplet: A2, 6E and F2. RGB value is (162,110,242). Sum of RGB (Red+Green+Blue) = 162+110+242=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 242 (94.92% from 255 or 47.08% from 514); Max value from RGB is 242 - color contains mainly: blue. Hex color #A26EF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26EF2 is #5D910D. Grayscale: #8C8C8C. Windows color (decimal): -6131982 or 15888034. OLE color: 15888034.
HSL color Cylindrical-coordinate representation of color #A26EF2: hue angle of 263.64º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A26EF2 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 110 | 242 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.05 |
| HSL | 263.64º | 0.84% | 0.69% | - |
| HSV(B) | 263.64º | 0.55% | 0.95% | - |
| XYZ | 36.5 | 25.24 | 86.95 | - |
| YUV | 140.6 | 185.23 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 110 | 242 | 0.33 | 0.55 | 0 | 0.05 | 263.64 | 0.84 | 0.69 |
| Hex | A2 | 6E | F2 | 21 | 37 | 0 | 5 | 108 | 54 | 45 |
| Octal | 242 | 156 | 362 | 41 | 67 | 0 | 5 | 410 | 124 | 105 |
| Binary | 10100010 | 1101110 | 11110010 | 100001 | 110111 | 0 | 101 | 100001000 | 1010100 | 1000101 |
Color Harmonies of #A26EF2
Complementary color
Monochromatic Colors of #A26EF2
Black with #A26EF2
Text Example
Text Example
White with #A26EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26EF2; }
p { color: rgb(162,110,242); }
H1.HeaderClassName
{
color: #A26EF2;
}
.AnyTagClassName
{
color: #A26EF2;
}
</style>
background-color css
<style>
a { background-color: #A26EF2; }
a { background-color: rgb(162,110,242); }
div.DivClassName
{
background-color: #A26EF2;
}
.BgClassName
{
background-color: #A26EF2;
}
</style>
border-color css
<style>
span { border-color: #A26EF2; }
span { border-color: rgb(162,110,242); }
td.TdClassName
{
border-color: #A26EF2;
}
.TagClassName
{
border-color: #A26EF2;
}
</style>