Shades of Medium Purple #A26EDF
Tints of Medium Purple #A26EDF
RGB
CMYK
RGB Variations
Color information
#A26EDF (or 0xA26EDF) is known color: Medium Purple. HEX triplet: A2, 6E and DF. RGB value is (162,110,223). Sum of RGB (Red+Green+Blue) = 162+110+223=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #A26EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26EDF is #5D9120. Grayscale: #8A8A8A. Windows color (decimal): -6132001 or 14642850. OLE color: 14642850.
HSL color Cylindrical-coordinate representation of color #A26EDF: hue angle of 267.61º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A26EDF is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 110 | 223 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.13 |
| HSL | 267.61º | 0.64% | 0.65% | - |
| HSV(B) | 267.61º | 0.51% | 0.87% | - |
| XYZ | 33.8 | 24.16 | 72.69 | - |
| YUV | 138.43 | 175.73 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 110 | 223 | 0.27 | 0.51 | 0 | 0.13 | 267.61 | 0.64 | 0.65 |
| Hex | A2 | 6E | DF | 1B | 33 | 0 | D | 10C | 40 | 41 |
| Octal | 242 | 156 | 337 | 33 | 63 | 0 | 15 | 414 | 100 | 101 |
| Binary | 10100010 | 1101110 | 11011111 | 11011 | 110011 | 0 | 1101 | 100001100 | 1000000 | 1000001 |
Color Harmonies of #A26EDF
Complementary color
Monochromatic Colors of #A26EDF
Black with #A26EDF
Text Example
Text Example
White with #A26EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26EDF; }
p { color: rgb(162,110,223); }
H1.HeaderClassName
{
color: #A26EDF;
}
.AnyTagClassName
{
color: #A26EDF;
}
</style>
background-color css
<style>
a { background-color: #A26EDF; }
a { background-color: rgb(162,110,223); }
div.DivClassName
{
background-color: #A26EDF;
}
.BgClassName
{
background-color: #A26EDF;
}
</style>
border-color css
<style>
span { border-color: #A26EDF; }
span { border-color: rgb(162,110,223); }
td.TdClassName
{
border-color: #A26EDF;
}
.TagClassName
{
border-color: #A26EDF;
}
</style>