Shades of Medium Purple #A26EDC
Tints of Medium Purple #A26EDC
RGB
CMYK
RGB Variations
Color information
#A26EDC (or 0xA26EDC) is known color: Medium Purple. HEX triplet: A2, 6E and DC. RGB value is (162,110,220). Sum of RGB (Red+Green+Blue) = 162+110+220=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 110 (43.36% from 255 or 22.36% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #A26EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26EDC is #5D9123. Grayscale: #898989. Windows color (decimal): -6132004 or 14446242. OLE color: 14446242.
HSL color Cylindrical-coordinate representation of color #A26EDC: hue angle of 268.36º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A26EDC is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 110 | 220 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.14 |
| HSL | 268.36º | 0.61% | 0.65% | - |
| HSV(B) | 268.36º | 0.5% | 0.86% | - |
| XYZ | 33.39 | 24 | 70.58 | - |
| YUV | 138.09 | 174.23 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 110 | 220 | 0.26 | 0.50 | 0 | 0.14 | 268.36 | 0.61 | 0.65 |
| Hex | A2 | 6E | DC | 1A | 32 | 0 | E | 10C | 3D | 41 |
| Octal | 242 | 156 | 334 | 32 | 62 | 0 | 16 | 414 | 75 | 101 |
| Binary | 10100010 | 1101110 | 11011100 | 11010 | 110010 | 0 | 1110 | 100001100 | 111101 | 1000001 |
Color Harmonies of #A26EDC
Complementary color
Monochromatic Colors of #A26EDC
Black with #A26EDC
Text Example
Text Example
White with #A26EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26EDC; }
p { color: rgb(162,110,220); }
H1.HeaderClassName
{
color: #A26EDC;
}
.AnyTagClassName
{
color: #A26EDC;
}
</style>
background-color css
<style>
a { background-color: #A26EDC; }
a { background-color: rgb(162,110,220); }
div.DivClassName
{
background-color: #A26EDC;
}
.BgClassName
{
background-color: #A26EDC;
}
</style>
border-color css
<style>
span { border-color: #A26EDC; }
span { border-color: rgb(162,110,220); }
td.TdClassName
{
border-color: #A26EDC;
}
.TagClassName
{
border-color: #A26EDC;
}
</style>