Shades of Medium Purple #A26CDE
Tints of Medium Purple #A26CDE
RGB
CMYK
RGB Variations
Color information
#A26CDE (or 0xA26CDE) is known color: Medium Purple. HEX triplet: A2, 6C and DE. RGB value is (162,108,222). Sum of RGB (Red+Green+Blue) = 162+108+222=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 108 (42.58% from 255 or 21.95% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #A26CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26CDE is #5D9321. Grayscale: #888888. Windows color (decimal): -6132514 or 14576802. OLE color: 14576802.
HSL color Cylindrical-coordinate representation of color #A26CDE: hue angle of 268.42º degrees, saturation: 0.63, 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 #A26CDE is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 108 | 222 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.13 |
| HSL | 268.42º | 0.63% | 0.65% | - |
| HSV(B) | 268.42º | 0.51% | 0.87% | - |
| XYZ | 33.45 | 23.68 | 71.92 | - |
| YUV | 137.14 | 175.89 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 108 | 222 | 0.27 | 0.51 | 0 | 0.13 | 268.42 | 0.63 | 0.65 |
| Hex | A2 | 6C | DE | 1B | 33 | 0 | D | 10C | 3F | 41 |
| Octal | 242 | 154 | 336 | 33 | 63 | 0 | 15 | 414 | 77 | 101 |
| Binary | 10100010 | 1101100 | 11011110 | 11011 | 110011 | 0 | 1101 | 100001100 | 111111 | 1000001 |
Color Harmonies of #A26CDE
Complementary color
Monochromatic Colors of #A26CDE
Black with #A26CDE
Text Example
Text Example
White with #A26CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26CDE; }
p { color: rgb(162,108,222); }
H1.HeaderClassName
{
color: #A26CDE;
}
.AnyTagClassName
{
color: #A26CDE;
}
</style>
background-color css
<style>
a { background-color: #A26CDE; }
a { background-color: rgb(162,108,222); }
div.DivClassName
{
background-color: #A26CDE;
}
.BgClassName
{
background-color: #A26CDE;
}
</style>
border-color css
<style>
span { border-color: #A26CDE; }
span { border-color: rgb(162,108,222); }
td.TdClassName
{
border-color: #A26CDE;
}
.TagClassName
{
border-color: #A26CDE;
}
</style>