Shades of Medium Purple #A26ADF
Tints of Medium Purple #A26ADF
RGB
CMYK
RGB Variations
Color information
#A26ADF (or 0xA26ADF) is known color: Medium Purple. HEX triplet: A2, 6A and DF. RGB value is (162,106,223). Sum of RGB (Red+Green+Blue) = 162+106+223=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #A26ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26ADF is #5D9520. Grayscale: #878787. Windows color (decimal): -6133025 or 14641826. OLE color: 14641826.
HSL color Cylindrical-coordinate representation of color #A26ADF: hue angle of 268.72º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A26ADF is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 106 | 223 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.13 |
| HSL | 268.72º | 0.65% | 0.65% | - |
| HSV(B) | 268.72º | 0.52% | 0.87% | - |
| XYZ | 33.37 | 23.32 | 72.55 | - |
| YUV | 136.08 | 177.05 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 106 | 223 | 0.27 | 0.52 | 0 | 0.13 | 268.72 | 0.65 | 0.65 |
| Hex | A2 | 6A | DF | 1B | 34 | 0 | D | 10D | 41 | 41 |
| Octal | 242 | 152 | 337 | 33 | 64 | 0 | 15 | 415 | 101 | 101 |
| Binary | 10100010 | 1101010 | 11011111 | 11011 | 110100 | 0 | 1101 | 100001101 | 1000001 | 1000001 |
Color Harmonies of #A26ADF
Complementary color
Monochromatic Colors of #A26ADF
Black with #A26ADF
Text Example
Text Example
White with #A26ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26ADF; }
p { color: rgb(162,106,223); }
H1.HeaderClassName
{
color: #A26ADF;
}
.AnyTagClassName
{
color: #A26ADF;
}
</style>
background-color css
<style>
a { background-color: #A26ADF; }
a { background-color: rgb(162,106,223); }
div.DivClassName
{
background-color: #A26ADF;
}
.BgClassName
{
background-color: #A26ADF;
}
</style>
border-color css
<style>
span { border-color: #A26ADF; }
span { border-color: rgb(162,106,223); }
td.TdClassName
{
border-color: #A26ADF;
}
.TagClassName
{
border-color: #A26ADF;
}
</style>