Shades of Medium Purple #A26FED
Tints of Medium Purple #A26FED
RGB
CMYK
RGB Variations
Color information
#A26FED (or 0xA26FED) is known color: Medium Purple. HEX triplet: A2, 6F and ED. RGB value is (162,111,237). Sum of RGB (Red+Green+Blue) = 162+111+237=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 111 (43.75% from 255 or 21.76% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #A26FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26FED is #5D9012. Grayscale: #8C8C8C. Windows color (decimal): -6131731 or 15560610. OLE color: 15560610.
HSL color Cylindrical-coordinate representation of color #A26FED: hue angle of 264.29º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A26FED is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 111 | 237 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.07 |
| HSL | 264.29º | 0.78% | 0.68% | - |
| HSV(B) | 264.29º | 0.53% | 0.93% | - |
| XYZ | 35.87 | 25.16 | 83.09 | - |
| YUV | 140.61 | 182.4 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 111 | 237 | 0.32 | 0.53 | 0 | 0.07 | 264.29 | 0.78 | 0.68 |
| Hex | A2 | 6F | ED | 20 | 35 | 0 | 7 | 108 | 4E | 44 |
| Octal | 242 | 157 | 355 | 40 | 65 | 0 | 7 | 410 | 116 | 104 |
| Binary | 10100010 | 1101111 | 11101101 | 100000 | 110101 | 0 | 111 | 100001000 | 1001110 | 1000100 |
Color Harmonies of #A26FED
Complementary color
Monochromatic Colors of #A26FED
Black with #A26FED
Text Example
Text Example
White with #A26FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26FED; }
p { color: rgb(162,111,237); }
H1.HeaderClassName
{
color: #A26FED;
}
.AnyTagClassName
{
color: #A26FED;
}
</style>
background-color css
<style>
a { background-color: #A26FED; }
a { background-color: rgb(162,111,237); }
div.DivClassName
{
background-color: #A26FED;
}
.BgClassName
{
background-color: #A26FED;
}
</style>
border-color css
<style>
span { border-color: #A26FED; }
span { border-color: rgb(162,111,237); }
td.TdClassName
{
border-color: #A26FED;
}
.TagClassName
{
border-color: #A26FED;
}
</style>