Shades of Medium Purple #A26FE8
Tints of Medium Purple #A26FE8
RGB
CMYK
RGB Variations
Color information
#A26FE8 (or 0xA26FE8) is known color: Medium Purple. HEX triplet: A2, 6F and E8. RGB value is (162,111,232). Sum of RGB (Red+Green+Blue) = 162+111+232=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 232 (91.02% from 255 or 45.94% from 505); Max value from RGB is 232 - color contains mainly: blue. Hex color #A26FE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26FE8 is #5D9017. Grayscale: #8B8B8B. Windows color (decimal): -6131736 or 15232930. OLE color: 15232930.
HSL color Cylindrical-coordinate representation of color #A26FE8: hue angle of 265.29º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A26FE8 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 111 | 232 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.09 |
| HSL | 265.29º | 0.72% | 0.67% | - |
| HSV(B) | 265.29º | 0.52% | 0.91% | - |
| XYZ | 35.15 | 24.88 | 79.29 | - |
| YUV | 140.04 | 179.9 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 111 | 232 | 0.30 | 0.52 | 0 | 0.09 | 265.29 | 0.72 | 0.67 |
| Hex | A2 | 6F | E8 | 1E | 34 | 0 | 9 | 109 | 48 | 43 |
| Octal | 242 | 157 | 350 | 36 | 64 | 0 | 11 | 411 | 110 | 103 |
| Binary | 10100010 | 1101111 | 11101000 | 11110 | 110100 | 0 | 1001 | 100001001 | 1001000 | 1000011 |
Color Harmonies of #A26FE8
Complementary color
Monochromatic Colors of #A26FE8
Black with #A26FE8
Text Example
Text Example
White with #A26FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26FE8; }
p { color: rgb(162,111,232); }
H1.HeaderClassName
{
color: #A26FE8;
}
.AnyTagClassName
{
color: #A26FE8;
}
</style>
background-color css
<style>
a { background-color: #A26FE8; }
a { background-color: rgb(162,111,232); }
div.DivClassName
{
background-color: #A26FE8;
}
.BgClassName
{
background-color: #A26FE8;
}
</style>
border-color css
<style>
span { border-color: #A26FE8; }
span { border-color: rgb(162,111,232); }
td.TdClassName
{
border-color: #A26FE8;
}
.TagClassName
{
border-color: #A26FE8;
}
</style>