Shades of Medium Purple #A26BDF
Tints of Medium Purple #A26BDF
RGB
CMYK
RGB Variations
Color information
#A26BDF (or 0xA26BDF) is known color: Medium Purple. HEX triplet: A2, 6B and DF. RGB value is (162,107,223). Sum of RGB (Red+Green+Blue) = 162+107+223=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 107 (42.19% from 255 or 21.75% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #A26BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26BDF is #5D9420. Grayscale: #888888. Windows color (decimal): -6132769 or 14642082. OLE color: 14642082.
HSL color Cylindrical-coordinate representation of color #A26BDF: hue angle of 268.45º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A26BDF is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 107 | 223 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.13 |
| HSL | 268.45º | 0.64% | 0.65% | - |
| HSV(B) | 268.45º | 0.52% | 0.87% | - |
| XYZ | 33.48 | 23.52 | 72.59 | - |
| YUV | 136.67 | 176.72 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 107 | 223 | 0.27 | 0.52 | 0 | 0.13 | 268.45 | 0.64 | 0.65 |
| Hex | A2 | 6B | DF | 1B | 34 | 0 | D | 10C | 40 | 41 |
| Octal | 242 | 153 | 337 | 33 | 64 | 0 | 15 | 414 | 100 | 101 |
| Binary | 10100010 | 1101011 | 11011111 | 11011 | 110100 | 0 | 1101 | 100001100 | 1000000 | 1000001 |
Color Harmonies of #A26BDF
Complementary color
Monochromatic Colors of #A26BDF
Black with #A26BDF
Text Example
Text Example
White with #A26BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26BDF; }
p { color: rgb(162,107,223); }
H1.HeaderClassName
{
color: #A26BDF;
}
.AnyTagClassName
{
color: #A26BDF;
}
</style>
background-color css
<style>
a { background-color: #A26BDF; }
a { background-color: rgb(162,107,223); }
div.DivClassName
{
background-color: #A26BDF;
}
.BgClassName
{
background-color: #A26BDF;
}
</style>
border-color css
<style>
span { border-color: #A26BDF; }
span { border-color: rgb(162,107,223); }
td.TdClassName
{
border-color: #A26BDF;
}
.TagClassName
{
border-color: #A26BDF;
}
</style>