Shades of Medium Purple #A26BE3
Tints of Medium Purple #A26BE3
RGB
CMYK
RGB Variations
Color information
#A26BE3 (or 0xA26BE3) is known color: Medium Purple. HEX triplet: A2, 6B and E3. RGB value is (162,107,227). Sum of RGB (Red+Green+Blue) = 162+107+227=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 107 (42.19% from 255 or 21.57% from 496); Blue value is 227 (89.06% from 255 or 45.77% from 496); Max value from RGB is 227 - color contains mainly: blue. Hex color #A26BE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26BE3 is #5D941C. Grayscale: #888888. Windows color (decimal): -6132765 or 14904226. OLE color: 14904226.
HSL color Cylindrical-coordinate representation of color #A26BE3: hue angle of 267.5º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A26BE3 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 107 | 227 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.11 |
| HSL | 267.5º | 0.68% | 0.65% | - |
| HSV(B) | 267.5º | 0.53% | 0.89% | - |
| XYZ | 34.02 | 23.74 | 75.46 | - |
| YUV | 137.13 | 178.72 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 107 | 227 | 0.29 | 0.53 | 0 | 0.11 | 267.5 | 0.68 | 0.65 |
| Hex | A2 | 6B | E3 | 1D | 35 | 0 | B | 10C | 44 | 41 |
| Octal | 242 | 153 | 343 | 35 | 65 | 0 | 13 | 414 | 104 | 101 |
| Binary | 10100010 | 1101011 | 11100011 | 11101 | 110101 | 0 | 1011 | 100001100 | 1000100 | 1000001 |
Color Harmonies of #A26BE3
Complementary color
Monochromatic Colors of #A26BE3
Black with #A26BE3
Text Example
Text Example
White with #A26BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26BE3; }
p { color: rgb(162,107,227); }
H1.HeaderClassName
{
color: #A26BE3;
}
.AnyTagClassName
{
color: #A26BE3;
}
</style>
background-color css
<style>
a { background-color: #A26BE3; }
a { background-color: rgb(162,107,227); }
div.DivClassName
{
background-color: #A26BE3;
}
.BgClassName
{
background-color: #A26BE3;
}
</style>
border-color css
<style>
span { border-color: #A26BE3; }
span { border-color: rgb(162,107,227); }
td.TdClassName
{
border-color: #A26BE3;
}
.TagClassName
{
border-color: #A26BE3;
}
</style>