Shades of Medium Purple #A26BEB
Tints of Medium Purple #A26BEB
RGB
CMYK
RGB Variations
Color information
#A26BEB (or 0xA26BEB) is known color: Medium Purple. HEX triplet: A2, 6B and EB. RGB value is (162,107,235). Sum of RGB (Red+Green+Blue) = 162+107+235=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #A26BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26BEB is #5D9414. Grayscale: #898989. Windows color (decimal): -6132757 or 15428514. OLE color: 15428514.
HSL color Cylindrical-coordinate representation of color #A26BEB: hue angle of 265.78º 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 #A26BEB is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 107 | 235 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.08 |
| HSL | 265.78º | 0.76% | 0.67% | - |
| HSV(B) | 265.78º | 0.54% | 0.92% | - |
| XYZ | 35.15 | 24.19 | 81.41 | - |
| YUV | 138.04 | 182.72 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 107 | 235 | 0.31 | 0.54 | 0 | 0.08 | 265.78 | 0.76 | 0.67 |
| Hex | A2 | 6B | EB | 1F | 36 | 0 | 8 | 10A | 4C | 43 |
| Octal | 242 | 153 | 353 | 37 | 66 | 0 | 10 | 412 | 114 | 103 |
| Binary | 10100010 | 1101011 | 11101011 | 11111 | 110110 | 0 | 1000 | 100001010 | 1001100 | 1000011 |
Color Harmonies of #A26BEB
Complementary color
Monochromatic Colors of #A26BEB
Black with #A26BEB
Text Example
Text Example
White with #A26BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26BEB; }
p { color: rgb(162,107,235); }
H1.HeaderClassName
{
color: #A26BEB;
}
.AnyTagClassName
{
color: #A26BEB;
}
</style>
background-color css
<style>
a { background-color: #A26BEB; }
a { background-color: rgb(162,107,235); }
div.DivClassName
{
background-color: #A26BEB;
}
.BgClassName
{
background-color: #A26BEB;
}
</style>
border-color css
<style>
span { border-color: #A26BEB; }
span { border-color: rgb(162,107,235); }
td.TdClassName
{
border-color: #A26BEB;
}
.TagClassName
{
border-color: #A26BEB;
}
</style>