Shades of Medium Purple #A26FF9
Tints of Medium Purple #A26FF9
RGB
CMYK
RGB Variations
Color information
#A26FF9 (or 0xA26FF9) is known color: Medium Purple. HEX triplet: A2, 6F and F9. RGB value is (162,111,249). Sum of RGB (Red+Green+Blue) = 162+111+249=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 249 (97.66% from 255 or 47.70% from 522); Max value from RGB is 249 - color contains mainly: blue. Hex color #A26FF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26FF9 is #5D9006. Grayscale: #8D8D8D. Windows color (decimal): -6131719 or 16347042. OLE color: 16347042.
HSL color Cylindrical-coordinate representation of color #A26FF9: hue angle of 262.17º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A26FF9 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 111 | 249 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.02 |
| HSL | 262.17º | 0.92% | 0.71% | - |
| HSV(B) | 262.17º | 0.55% | 0.98% | - |
| XYZ | 37.68 | 25.89 | 92.63 | - |
| YUV | 141.98 | 188.4 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 111 | 249 | 0.35 | 0.55 | 0 | 0.02 | 262.17 | 0.92 | 0.71 |
| Hex | A2 | 6F | F9 | 23 | 37 | 0 | 2 | 106 | 5C | 47 |
| Octal | 242 | 157 | 371 | 43 | 67 | 0 | 2 | 406 | 134 | 107 |
| Binary | 10100010 | 1101111 | 11111001 | 100011 | 110111 | 0 | 10 | 100000110 | 1011100 | 1000111 |
Color Harmonies of #A26FF9
Complementary color
Monochromatic Colors of #A26FF9
Black with #A26FF9
Text Example
Text Example
White with #A26FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26FF9; }
p { color: rgb(162,111,249); }
H1.HeaderClassName
{
color: #A26FF9;
}
.AnyTagClassName
{
color: #A26FF9;
}
</style>
background-color css
<style>
a { background-color: #A26FF9; }
a { background-color: rgb(162,111,249); }
div.DivClassName
{
background-color: #A26FF9;
}
.BgClassName
{
background-color: #A26FF9;
}
</style>
border-color css
<style>
span { border-color: #A26FF9; }
span { border-color: rgb(162,111,249); }
td.TdClassName
{
border-color: #A26FF9;
}
.TagClassName
{
border-color: #A26FF9;
}
</style>