Shades of Medium Purple #A26BE7
Tints of Medium Purple #A26BE7
RGB
CMYK
RGB Variations
Color information
#A26BE7 (or 0xA26BE7) is known color: Medium Purple. HEX triplet: A2, 6B and E7. RGB value is (162,107,231). Sum of RGB (Red+Green+Blue) = 162+107+231=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 231 (90.62% from 255 or 46.2% from 500); Max value from RGB is 231 - color contains mainly: blue. Hex color #A26BE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26BE7 is #5D9418. Grayscale: #898989. Windows color (decimal): -6132761 or 15166370. OLE color: 15166370.
HSL color Cylindrical-coordinate representation of color #A26BE7: hue angle of 266.61º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A26BE7 is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 107 | 231 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.09 |
| HSL | 266.61º | 0.72% | 0.66% | - |
| HSV(B) | 266.61º | 0.54% | 0.91% | - |
| XYZ | 34.58 | 23.97 | 78.4 | - |
| YUV | 137.58 | 180.72 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 107 | 231 | 0.30 | 0.54 | 0 | 0.09 | 266.61 | 0.72 | 0.66 |
| Hex | A2 | 6B | E7 | 1E | 36 | 0 | 9 | 10B | 48 | 42 |
| Octal | 242 | 153 | 347 | 36 | 66 | 0 | 11 | 413 | 110 | 102 |
| Binary | 10100010 | 1101011 | 11100111 | 11110 | 110110 | 0 | 1001 | 100001011 | 1001000 | 1000010 |
Color Harmonies of #A26BE7
Complementary color
Monochromatic Colors of #A26BE7
Black with #A26BE7
Text Example
Text Example
White with #A26BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26BE7; }
p { color: rgb(162,107,231); }
H1.HeaderClassName
{
color: #A26BE7;
}
.AnyTagClassName
{
color: #A26BE7;
}
</style>
background-color css
<style>
a { background-color: #A26BE7; }
a { background-color: rgb(162,107,231); }
div.DivClassName
{
background-color: #A26BE7;
}
.BgClassName
{
background-color: #A26BE7;
}
</style>
border-color css
<style>
span { border-color: #A26BE7; }
span { border-color: rgb(162,107,231); }
td.TdClassName
{
border-color: #A26BE7;
}
.TagClassName
{
border-color: #A26BE7;
}
</style>