Shades of Medium Purple #A26FE7
Tints of Medium Purple #A26FE7
RGB
CMYK
RGB Variations
Color information
#A26FE7 (or 0xA26FE7) is known color: Medium Purple. HEX triplet: A2, 6F and E7. RGB value is (162,111,231). Sum of RGB (Red+Green+Blue) = 162+111+231=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 231 (90.62% from 255 or 45.83% from 504); Max value from RGB is 231 - color contains mainly: blue. Hex color #A26FE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26FE7 is #5D9018. Grayscale: #8B8B8B. Windows color (decimal): -6131737 or 15167394. OLE color: 15167394.
HSL color Cylindrical-coordinate representation of color #A26FE7: hue angle of 265.5º degrees, saturation: 0.71, 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 #A26FE7 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 111 | 231 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.09 |
| HSL | 265.5º | 0.71% | 0.67% | - |
| HSV(B) | 265.5º | 0.52% | 0.91% | - |
| XYZ | 35.01 | 24.82 | 78.55 | - |
| YUV | 139.93 | 179.4 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 111 | 231 | 0.30 | 0.52 | 0 | 0.09 | 265.5 | 0.71 | 0.67 |
| Hex | A2 | 6F | E7 | 1E | 34 | 0 | 9 | 10A | 47 | 43 |
| Octal | 242 | 157 | 347 | 36 | 64 | 0 | 11 | 412 | 107 | 103 |
| Binary | 10100010 | 1101111 | 11100111 | 11110 | 110100 | 0 | 1001 | 100001010 | 1000111 | 1000011 |
Color Harmonies of #A26FE7
Complementary color
Monochromatic Colors of #A26FE7
Black with #A26FE7
Text Example
Text Example
White with #A26FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26FE7; }
p { color: rgb(162,111,231); }
H1.HeaderClassName
{
color: #A26FE7;
}
.AnyTagClassName
{
color: #A26FE7;
}
</style>
background-color css
<style>
a { background-color: #A26FE7; }
a { background-color: rgb(162,111,231); }
div.DivClassName
{
background-color: #A26FE7;
}
.BgClassName
{
background-color: #A26FE7;
}
</style>
border-color css
<style>
span { border-color: #A26FE7; }
span { border-color: rgb(162,111,231); }
td.TdClassName
{
border-color: #A26FE7;
}
.TagClassName
{
border-color: #A26FE7;
}
</style>