Shades of Medium Purple #A26BED
Tints of Medium Purple #A26BED
RGB
CMYK
RGB Variations
Color information
#A26BED (or 0xA26BED) is known color: Medium Purple. HEX triplet: A2, 6B and ED. RGB value is (162,107,237). Sum of RGB (Red+Green+Blue) = 162+107+237=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #A26BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26BED is #5D9412. Grayscale: #898989. Windows color (decimal): -6132755 or 15559586. OLE color: 15559586.
HSL color Cylindrical-coordinate representation of color #A26BED: hue angle of 265.38º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A26BED is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 107 | 237 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.07 |
| HSL | 265.38º | 0.78% | 0.67% | - |
| HSV(B) | 265.38º | 0.55% | 0.93% | - |
| XYZ | 35.44 | 24.31 | 82.95 | - |
| YUV | 138.27 | 183.72 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 107 | 237 | 0.32 | 0.55 | 0 | 0.07 | 265.38 | 0.78 | 0.67 |
| Hex | A2 | 6B | ED | 20 | 37 | 0 | 7 | 109 | 4E | 43 |
| Octal | 242 | 153 | 355 | 40 | 67 | 0 | 7 | 411 | 116 | 103 |
| Binary | 10100010 | 1101011 | 11101101 | 100000 | 110111 | 0 | 111 | 100001001 | 1001110 | 1000011 |
Color Harmonies of #A26BED
Complementary color
Monochromatic Colors of #A26BED
Black with #A26BED
Text Example
Text Example
White with #A26BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26BED; }
p { color: rgb(162,107,237); }
H1.HeaderClassName
{
color: #A26BED;
}
.AnyTagClassName
{
color: #A26BED;
}
</style>
background-color css
<style>
a { background-color: #A26BED; }
a { background-color: rgb(162,107,237); }
div.DivClassName
{
background-color: #A26BED;
}
.BgClassName
{
background-color: #A26BED;
}
</style>
border-color css
<style>
span { border-color: #A26BED; }
span { border-color: rgb(162,107,237); }
td.TdClassName
{
border-color: #A26BED;
}
.TagClassName
{
border-color: #A26BED;
}
</style>