Shades of Medium Purple #A26FE3
Tints of Medium Purple #A26FE3
RGB
CMYK
RGB Variations
Color information
#A26FE3 (or 0xA26FE3) is known color: Medium Purple. HEX triplet: A2, 6F and E3. RGB value is (162,111,227). Sum of RGB (Red+Green+Blue) = 162+111+227=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 227 (89.06% from 255 or 45.4% from 500); Max value from RGB is 227 - color contains mainly: blue. Hex color #A26FE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26FE3 is #5D901C. Grayscale: #8B8B8B. Windows color (decimal): -6131741 or 14905250. OLE color: 14905250.
HSL color Cylindrical-coordinate representation of color #A26FE3: hue angle of 266.38º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A26FE3 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 111 | 227 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.11 |
| HSL | 266.38º | 0.67% | 0.66% | - |
| HSV(B) | 266.38º | 0.51% | 0.89% | - |
| XYZ | 34.45 | 24.6 | 75.6 | - |
| YUV | 139.47 | 177.4 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 111 | 227 | 0.29 | 0.51 | 0 | 0.11 | 266.38 | 0.67 | 0.66 |
| Hex | A2 | 6F | E3 | 1D | 33 | 0 | B | 10A | 43 | 42 |
| Octal | 242 | 157 | 343 | 35 | 63 | 0 | 13 | 412 | 103 | 102 |
| Binary | 10100010 | 1101111 | 11100011 | 11101 | 110011 | 0 | 1011 | 100001010 | 1000011 | 1000010 |
Color Harmonies of #A26FE3
Complementary color
Monochromatic Colors of #A26FE3
Black with #A26FE3
Text Example
Text Example
White with #A26FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26FE3; }
p { color: rgb(162,111,227); }
H1.HeaderClassName
{
color: #A26FE3;
}
.AnyTagClassName
{
color: #A26FE3;
}
</style>
background-color css
<style>
a { background-color: #A26FE3; }
a { background-color: rgb(162,111,227); }
div.DivClassName
{
background-color: #A26FE3;
}
.BgClassName
{
background-color: #A26FE3;
}
</style>
border-color css
<style>
span { border-color: #A26FE3; }
span { border-color: rgb(162,111,227); }
td.TdClassName
{
border-color: #A26FE3;
}
.TagClassName
{
border-color: #A26FE3;
}
</style>