Shades of Medium Purple #A266EE
Tints of Medium Purple #A266EE
RGB
CMYK
RGB Variations
Color information
#A266EE (or 0xA266EE) is known color: Medium Purple. HEX triplet: A2, 66 and EE. RGB value is (162,102,238). Sum of RGB (Red+Green+Blue) = 162+102+238=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #A266EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A266EE is #5D9911. Grayscale: #868686. Windows color (decimal): -6134034 or 15623842. OLE color: 15623842.
HSL color Cylindrical-coordinate representation of color #A266EE: hue angle of 266.47º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A266EE is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 102 | 238 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.07 |
| HSL | 266.47º | 0.8% | 0.67% | - |
| HSV(B) | 266.47º | 0.57% | 0.93% | - |
| XYZ | 35.08 | 23.36 | 83.55 | - |
| YUV | 135.44 | 185.88 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 102 | 238 | 0.32 | 0.57 | 0 | 0.07 | 266.47 | 0.8 | 0.67 |
| Hex | A2 | 66 | EE | 20 | 39 | 0 | 7 | 10A | 50 | 43 |
| Octal | 242 | 146 | 356 | 40 | 71 | 0 | 7 | 412 | 120 | 103 |
| Binary | 10100010 | 1100110 | 11101110 | 100000 | 111001 | 0 | 111 | 100001010 | 1010000 | 1000011 |
Color Harmonies of #A266EE
Complementary color
Monochromatic Colors of #A266EE
Black with #A266EE
Text Example
Text Example
White with #A266EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A266EE; }
p { color: rgb(162,102,238); }
H1.HeaderClassName
{
color: #A266EE;
}
.AnyTagClassName
{
color: #A266EE;
}
</style>
background-color css
<style>
a { background-color: #A266EE; }
a { background-color: rgb(162,102,238); }
div.DivClassName
{
background-color: #A266EE;
}
.BgClassName
{
background-color: #A266EE;
}
</style>
border-color css
<style>
span { border-color: #A266EE; }
span { border-color: rgb(162,102,238); }
td.TdClassName
{
border-color: #A266EE;
}
.TagClassName
{
border-color: #A266EE;
}
</style>