Shades of Medium Purple #A26DF2
Tints of Medium Purple #A26DF2
RGB
CMYK
RGB Variations
Color information
#A26DF2 (or 0xA26DF2) is known color: Medium Purple. HEX triplet: A2, 6D and F2. RGB value is (162,109,242). Sum of RGB (Red+Green+Blue) = 162+109+242=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 242 - color contains mainly: blue. Hex color #A26DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26DF2 is #5D920D. Grayscale: #8B8B8B. Windows color (decimal): -6132238 or 15887778. OLE color: 15887778.
HSL color Cylindrical-coordinate representation of color #A26DF2: hue angle of 263.91º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A26DF2 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 109 | 242 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.05 |
| HSL | 263.91º | 0.84% | 0.69% | - |
| HSV(B) | 263.91º | 0.55% | 0.95% | - |
| XYZ | 36.4 | 25.03 | 86.92 | - |
| YUV | 140.01 | 185.56 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 109 | 242 | 0.33 | 0.55 | 0 | 0.05 | 263.91 | 0.84 | 0.69 |
| Hex | A2 | 6D | F2 | 21 | 37 | 0 | 5 | 108 | 54 | 45 |
| Octal | 242 | 155 | 362 | 41 | 67 | 0 | 5 | 410 | 124 | 105 |
| Binary | 10100010 | 1101101 | 11110010 | 100001 | 110111 | 0 | 101 | 100001000 | 1010100 | 1000101 |
Color Harmonies of #A26DF2
Complementary color
Monochromatic Colors of #A26DF2
Black with #A26DF2
Text Example
Text Example
White with #A26DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26DF2; }
p { color: rgb(162,109,242); }
H1.HeaderClassName
{
color: #A26DF2;
}
.AnyTagClassName
{
color: #A26DF2;
}
</style>
background-color css
<style>
a { background-color: #A26DF2; }
a { background-color: rgb(162,109,242); }
div.DivClassName
{
background-color: #A26DF2;
}
.BgClassName
{
background-color: #A26DF2;
}
</style>
border-color css
<style>
span { border-color: #A26DF2; }
span { border-color: rgb(162,109,242); }
td.TdClassName
{
border-color: #A26DF2;
}
.TagClassName
{
border-color: #A26DF2;
}
</style>