Shades of Medium Purple #A266EB
Tints of Medium Purple #A266EB
RGB
CMYK
RGB Variations
Color information
#A266EB (or 0xA266EB) is known color: Medium Purple. HEX triplet: A2, 66 and EB. RGB value is (162,102,235). Sum of RGB (Red+Green+Blue) = 162+102+235=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #A266EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A266EB is #5D9914. Grayscale: #868686. Windows color (decimal): -6134037 or 15427234. OLE color: 15427234.
HSL color Cylindrical-coordinate representation of color #A266EB: hue angle of 267.07º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A266EB is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 102 | 235 | - |
| CMYK | 0.31 | 0.57 | 0 | 0.08 |
| HSL | 267.07º | 0.77% | 0.66% | - |
| HSV(B) | 267.07º | 0.57% | 0.92% | - |
| XYZ | 34.65 | 23.18 | 81.25 | - |
| YUV | 135.1 | 184.38 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 102 | 235 | 0.31 | 0.57 | 0 | 0.08 | 267.07 | 0.77 | 0.66 |
| Hex | A2 | 66 | EB | 1F | 39 | 0 | 8 | 10B | 4D | 42 |
| Octal | 242 | 146 | 353 | 37 | 71 | 0 | 10 | 413 | 115 | 102 |
| Binary | 10100010 | 1100110 | 11101011 | 11111 | 111001 | 0 | 1000 | 100001011 | 1001101 | 1000010 |
Color Harmonies of #A266EB
Complementary color
Monochromatic Colors of #A266EB
Black with #A266EB
Text Example
Text Example
White with #A266EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A266EB; }
p { color: rgb(162,102,235); }
H1.HeaderClassName
{
color: #A266EB;
}
.AnyTagClassName
{
color: #A266EB;
}
</style>
background-color css
<style>
a { background-color: #A266EB; }
a { background-color: rgb(162,102,235); }
div.DivClassName
{
background-color: #A266EB;
}
.BgClassName
{
background-color: #A266EB;
}
</style>
border-color css
<style>
span { border-color: #A266EB; }
span { border-color: rgb(162,102,235); }
td.TdClassName
{
border-color: #A266EB;
}
.TagClassName
{
border-color: #A266EB;
}
</style>