Shades of Medium Purple #A26DE0
Tints of Medium Purple #A26DE0
RGB
CMYK
RGB Variations
Color information
#A26DE0 (or 0xA26DE0) is known color: Medium Purple. HEX triplet: A2, 6D and E0. RGB value is (162,109,224). Sum of RGB (Red+Green+Blue) = 162+109+224=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 224 - color contains mainly: blue. Hex color #A26DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26DE0 is #5D921F. Grayscale: #898989. Windows color (decimal): -6132256 or 14708130. OLE color: 14708130.
HSL color Cylindrical-coordinate representation of color #A26DE0: hue angle of 267.65º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A26DE0 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 109 | 224 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.12 |
| HSL | 267.65º | 0.65% | 0.65% | - |
| HSV(B) | 267.65º | 0.51% | 0.88% | - |
| XYZ | 33.82 | 24 | 73.37 | - |
| YUV | 137.96 | 176.56 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 109 | 224 | 0.28 | 0.51 | 0 | 0.12 | 267.65 | 0.65 | 0.65 |
| Hex | A2 | 6D | E0 | 1C | 33 | 0 | C | 10C | 41 | 41 |
| Octal | 242 | 155 | 340 | 34 | 63 | 0 | 14 | 414 | 101 | 101 |
| Binary | 10100010 | 1101101 | 11100000 | 11100 | 110011 | 0 | 1100 | 100001100 | 1000001 | 1000001 |
Color Harmonies of #A26DE0
Complementary color
Monochromatic Colors of #A26DE0
Black with #A26DE0
Text Example
Text Example
White with #A26DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26DE0; }
p { color: rgb(162,109,224); }
H1.HeaderClassName
{
color: #A26DE0;
}
.AnyTagClassName
{
color: #A26DE0;
}
</style>
background-color css
<style>
a { background-color: #A26DE0; }
a { background-color: rgb(162,109,224); }
div.DivClassName
{
background-color: #A26DE0;
}
.BgClassName
{
background-color: #A26DE0;
}
</style>
border-color css
<style>
span { border-color: #A26DE0; }
span { border-color: rgb(162,109,224); }
td.TdClassName
{
border-color: #A26DE0;
}
.TagClassName
{
border-color: #A26DE0;
}
</style>