Shades of Medium Purple #A26AED
Tints of Medium Purple #A26AED
RGB
CMYK
RGB Variations
Color information
#A26AED (or 0xA26AED) is known color: Medium Purple. HEX triplet: A2, 6A and ED. RGB value is (162,106,237). Sum of RGB (Red+Green+Blue) = 162+106+237=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 106 (41.80% from 255 or 20.99% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #A26AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26AED is #5D9512. Grayscale: #898989. Windows color (decimal): -6133011 or 15559330. OLE color: 15559330.
HSL color Cylindrical-coordinate representation of color #A26AED: hue angle of 265.65º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A26AED is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 106 | 237 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.07 |
| HSL | 265.65º | 0.78% | 0.67% | - |
| HSV(B) | 265.65º | 0.55% | 0.93% | - |
| XYZ | 35.34 | 24.1 | 82.91 | - |
| YUV | 137.68 | 184.05 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 106 | 237 | 0.32 | 0.55 | 0 | 0.07 | 265.65 | 0.78 | 0.67 |
| Hex | A2 | 6A | ED | 20 | 37 | 0 | 7 | 10A | 4E | 43 |
| Octal | 242 | 152 | 355 | 40 | 67 | 0 | 7 | 412 | 116 | 103 |
| Binary | 10100010 | 1101010 | 11101101 | 100000 | 110111 | 0 | 111 | 100001010 | 1001110 | 1000011 |
Color Harmonies of #A26AED
Complementary color
Monochromatic Colors of #A26AED
Black with #A26AED
Text Example
Text Example
White with #A26AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26AED; }
p { color: rgb(162,106,237); }
H1.HeaderClassName
{
color: #A26AED;
}
.AnyTagClassName
{
color: #A26AED;
}
</style>
background-color css
<style>
a { background-color: #A26AED; }
a { background-color: rgb(162,106,237); }
div.DivClassName
{
background-color: #A26AED;
}
.BgClassName
{
background-color: #A26AED;
}
</style>
border-color css
<style>
span { border-color: #A26AED; }
span { border-color: rgb(162,106,237); }
td.TdClassName
{
border-color: #A26AED;
}
.TagClassName
{
border-color: #A26AED;
}
</style>