Shades of Medium Purple #A26FFB
Tints of Medium Purple #A26FFB
RGB
CMYK
RGB Variations
Color information
#A26FFB (or 0xA26FFB) is known color: Medium Purple. HEX triplet: A2, 6F and FB. RGB value is (162,111,251). Sum of RGB (Red+Green+Blue) = 162+111+251=524 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.92% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #A26FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26FFB is #5D9004. Grayscale: #8D8D8D. Windows color (decimal): -6131717 or 16478114. OLE color: 16478114.
HSL color Cylindrical-coordinate representation of color #A26FFB: hue angle of 261.86º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A26FFB is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 111 | 251 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.02 |
| HSL | 261.86º | 0.95% | 0.71% | - |
| HSV(B) | 261.86º | 0.56% | 0.98% | - |
| XYZ | 38 | 26.02 | 94.29 | - |
| YUV | 142.21 | 189.4 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 111 | 251 | 0.35 | 0.56 | 0 | 0.02 | 261.86 | 0.95 | 0.71 |
| Hex | A2 | 6F | FB | 23 | 38 | 0 | 2 | 106 | 5F | 47 |
| Octal | 242 | 157 | 373 | 43 | 70 | 0 | 2 | 406 | 137 | 107 |
| Binary | 10100010 | 1101111 | 11111011 | 100011 | 111000 | 0 | 10 | 100000110 | 1011111 | 1000111 |
Color Harmonies of #A26FFB
Complementary color
Monochromatic Colors of #A26FFB
Black with #A26FFB
Text Example
Text Example
White with #A26FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26FFB; }
p { color: rgb(162,111,251); }
H1.HeaderClassName
{
color: #A26FFB;
}
.AnyTagClassName
{
color: #A26FFB;
}
</style>
background-color css
<style>
a { background-color: #A26FFB; }
a { background-color: rgb(162,111,251); }
div.DivClassName
{
background-color: #A26FFB;
}
.BgClassName
{
background-color: #A26FFB;
}
</style>
border-color css
<style>
span { border-color: #A26FFB; }
span { border-color: rgb(162,111,251); }
td.TdClassName
{
border-color: #A26FFB;
}
.TagClassName
{
border-color: #A26FFB;
}
</style>