Shades of Medium Purple #A26FF4
Tints of Medium Purple #A26FF4
RGB
CMYK
RGB Variations
Color information
#A26FF4 (or 0xA26FF4) is known color: Medium Purple. HEX triplet: A2, 6F and F4. RGB value is (162,111,244). Sum of RGB (Red+Green+Blue) = 162+111+244=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 244 (95.70% from 255 or 47.20% from 517); Max value from RGB is 244 - color contains mainly: blue. Hex color #A26FF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26FF4 is #5D900B. Grayscale: #8C8C8C. Windows color (decimal): -6131724 or 16019362. OLE color: 16019362.
HSL color Cylindrical-coordinate representation of color #A26FF4: hue angle of 263.01º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A26FF4 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 111 | 244 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.04 |
| HSL | 263.01º | 0.86% | 0.7% | - |
| HSV(B) | 263.01º | 0.55% | 0.96% | - |
| XYZ | 36.91 | 25.58 | 88.58 | - |
| YUV | 141.41 | 185.9 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 111 | 244 | 0.34 | 0.55 | 0 | 0.04 | 263.01 | 0.86 | 0.7 |
| Hex | A2 | 6F | F4 | 22 | 37 | 0 | 4 | 107 | 56 | 46 |
| Octal | 242 | 157 | 364 | 42 | 67 | 0 | 4 | 407 | 126 | 106 |
| Binary | 10100010 | 1101111 | 11110100 | 100010 | 110111 | 0 | 100 | 100000111 | 1010110 | 1000110 |
Color Harmonies of #A26FF4
Complementary color
Monochromatic Colors of #A26FF4
Black with #A26FF4
Text Example
Text Example
White with #A26FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26FF4; }
p { color: rgb(162,111,244); }
H1.HeaderClassName
{
color: #A26FF4;
}
.AnyTagClassName
{
color: #A26FF4;
}
</style>
background-color css
<style>
a { background-color: #A26FF4; }
a { background-color: rgb(162,111,244); }
div.DivClassName
{
background-color: #A26FF4;
}
.BgClassName
{
background-color: #A26FF4;
}
</style>
border-color css
<style>
span { border-color: #A26FF4; }
span { border-color: rgb(162,111,244); }
td.TdClassName
{
border-color: #A26FF4;
}
.TagClassName
{
border-color: #A26FF4;
}
</style>