Shades of Medium Purple #A26FEA
Tints of Medium Purple #A26FEA
RGB
CMYK
RGB Variations
Color information
#A26FEA (or 0xA26FEA) is known color: Medium Purple. HEX triplet: A2, 6F and EA. RGB value is (162,111,234). Sum of RGB (Red+Green+Blue) = 162+111+234=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #A26FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26FEA is #5D9015. Grayscale: #8B8B8B. Windows color (decimal): -6131734 or 15364002. OLE color: 15364002.
HSL color Cylindrical-coordinate representation of color #A26FEA: hue angle of 264.88º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A26FEA is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 111 | 234 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.08 |
| HSL | 264.88º | 0.75% | 0.68% | - |
| HSV(B) | 264.88º | 0.53% | 0.92% | - |
| XYZ | 35.44 | 24.99 | 80.8 | - |
| YUV | 140.27 | 180.9 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 111 | 234 | 0.31 | 0.53 | 0 | 0.08 | 264.88 | 0.75 | 0.68 |
| Hex | A2 | 6F | EA | 1F | 35 | 0 | 8 | 109 | 4B | 44 |
| Octal | 242 | 157 | 352 | 37 | 65 | 0 | 10 | 411 | 113 | 104 |
| Binary | 10100010 | 1101111 | 11101010 | 11111 | 110101 | 0 | 1000 | 100001001 | 1001011 | 1000100 |
Color Harmonies of #A26FEA
Complementary color
Monochromatic Colors of #A26FEA
Black with #A26FEA
Text Example
Text Example
White with #A26FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26FEA; }
p { color: rgb(162,111,234); }
H1.HeaderClassName
{
color: #A26FEA;
}
.AnyTagClassName
{
color: #A26FEA;
}
</style>
background-color css
<style>
a { background-color: #A26FEA; }
a { background-color: rgb(162,111,234); }
div.DivClassName
{
background-color: #A26FEA;
}
.BgClassName
{
background-color: #A26FEA;
}
</style>
border-color css
<style>
span { border-color: #A26FEA; }
span { border-color: rgb(162,111,234); }
td.TdClassName
{
border-color: #A26FEA;
}
.TagClassName
{
border-color: #A26FEA;
}
</style>