Shades of Medium Purple #A26BFB
Tints of Medium Purple #A26BFB
RGB
CMYK
RGB Variations
Color information
#A26BFB (or 0xA26BFB) is known color: Medium Purple. HEX triplet: A2, 6B and FB. RGB value is (162,107,251). Sum of RGB (Red+Green+Blue) = 162+107+251=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 107 (42.19% from 255 or 20.58% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #A26BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26BFB is #5D9404. Grayscale: #8B8B8B. Windows color (decimal): -6132741 or 16477090. OLE color: 16477090.
HSL color Cylindrical-coordinate representation of color #A26BFB: hue angle of 262.92º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A26BFB is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 107 | 251 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.02 |
| HSL | 262.92º | 0.95% | 0.7% | - |
| HSV(B) | 262.92º | 0.57% | 0.98% | - |
| XYZ | 37.57 | 25.16 | 94.14 | - |
| YUV | 139.86 | 190.72 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 107 | 251 | 0.35 | 0.57 | 0 | 0.02 | 262.92 | 0.95 | 0.7 |
| Hex | A2 | 6B | FB | 23 | 39 | 0 | 2 | 107 | 5F | 46 |
| Octal | 242 | 153 | 373 | 43 | 71 | 0 | 2 | 407 | 137 | 106 |
| Binary | 10100010 | 1101011 | 11111011 | 100011 | 111001 | 0 | 10 | 100000111 | 1011111 | 1000110 |
Color Harmonies of #A26BFB
Complementary color
Monochromatic Colors of #A26BFB
Black with #A26BFB
Text Example
Text Example
White with #A26BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26BFB; }
p { color: rgb(162,107,251); }
H1.HeaderClassName
{
color: #A26BFB;
}
.AnyTagClassName
{
color: #A26BFB;
}
</style>
background-color css
<style>
a { background-color: #A26BFB; }
a { background-color: rgb(162,107,251); }
div.DivClassName
{
background-color: #A26BFB;
}
.BgClassName
{
background-color: #A26BFB;
}
</style>
border-color css
<style>
span { border-color: #A26BFB; }
span { border-color: rgb(162,107,251); }
td.TdClassName
{
border-color: #A26BFB;
}
.TagClassName
{
border-color: #A26BFB;
}
</style>