Shades of Medium Purple #A26CEB
Tints of Medium Purple #A26CEB
RGB
CMYK
RGB Variations
Color information
#A26CEB (or 0xA26CEB) is known color: Medium Purple. HEX triplet: A2, 6C and EB. RGB value is (162,108,235). Sum of RGB (Red+Green+Blue) = 162+108+235=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 235 - color contains mainly: blue. Hex color #A26CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26CEB is #5D9314. Grayscale: #8A8A8A. Windows color (decimal): -6132501 or 15428770. OLE color: 15428770.
HSL color Cylindrical-coordinate representation of color #A26CEB: hue angle of 265.51º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A26CEB is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 108 | 235 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.08 |
| HSL | 265.51º | 0.76% | 0.67% | - |
| HSV(B) | 265.51º | 0.54% | 0.92% | - |
| XYZ | 35.26 | 24.4 | 81.45 | - |
| YUV | 138.62 | 182.39 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 108 | 235 | 0.31 | 0.54 | 0 | 0.08 | 265.51 | 0.76 | 0.67 |
| Hex | A2 | 6C | EB | 1F | 36 | 0 | 8 | 10A | 4C | 43 |
| Octal | 242 | 154 | 353 | 37 | 66 | 0 | 10 | 412 | 114 | 103 |
| Binary | 10100010 | 1101100 | 11101011 | 11111 | 110110 | 0 | 1000 | 100001010 | 1001100 | 1000011 |
Color Harmonies of #A26CEB
Complementary color
Monochromatic Colors of #A26CEB
Black with #A26CEB
Text Example
Text Example
White with #A26CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26CEB; }
p { color: rgb(162,108,235); }
H1.HeaderClassName
{
color: #A26CEB;
}
.AnyTagClassName
{
color: #A26CEB;
}
</style>
background-color css
<style>
a { background-color: #A26CEB; }
a { background-color: rgb(162,108,235); }
div.DivClassName
{
background-color: #A26CEB;
}
.BgClassName
{
background-color: #A26CEB;
}
</style>
border-color css
<style>
span { border-color: #A26CEB; }
span { border-color: rgb(162,108,235); }
td.TdClassName
{
border-color: #A26CEB;
}
.TagClassName
{
border-color: #A26CEB;
}
</style>