Shades of Medium Purple #A662EE
Tints of Medium Purple #A662EE
RGB
CMYK
RGB Variations
Color information
#A662EE (or 0xA662EE) is known color: Medium Purple. HEX triplet: A6, 62 and EE. RGB value is (166,98,238). Sum of RGB (Red+Green+Blue) = 166+98+238=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 98 (38.67% from 255 or 19.52% 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 #A662EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A662EE is #599D11. Grayscale: #858585. Windows color (decimal): -5872914 or 15622822. OLE color: 15622822.
HSL color Cylindrical-coordinate representation of color #A662EE: hue angle of 269.14º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A662EE is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 98 | 238 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.07 |
| HSL | 269.14º | 0.8% | 0.66% | - |
| HSV(B) | 269.14º | 0.59% | 0.93% | - |
| XYZ | 35.53 | 23.02 | 83.46 | - |
| YUV | 134.29 | 186.53 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 98 | 238 | 0.30 | 0.59 | 0 | 0.07 | 269.14 | 0.8 | 0.66 |
| Hex | A6 | 62 | EE | 1E | 3B | 0 | 7 | 10D | 50 | 42 |
| Octal | 246 | 142 | 356 | 36 | 73 | 0 | 7 | 415 | 120 | 102 |
| Binary | 10100110 | 1100010 | 11101110 | 11110 | 111011 | 0 | 111 | 100001101 | 1010000 | 1000010 |
Color Harmonies of #A662EE
Complementary color
Monochromatic Colors of #A662EE
Black with #A662EE
Text Example
Text Example
White with #A662EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A662EE; }
p { color: rgb(166,98,238); }
H1.HeaderClassName
{
color: #A662EE;
}
.AnyTagClassName
{
color: #A662EE;
}
</style>
background-color css
<style>
a { background-color: #A662EE; }
a { background-color: rgb(166,98,238); }
div.DivClassName
{
background-color: #A662EE;
}
.BgClassName
{
background-color: #A662EE;
}
</style>
border-color css
<style>
span { border-color: #A662EE; }
span { border-color: rgb(166,98,238); }
td.TdClassName
{
border-color: #A662EE;
}
.TagClassName
{
border-color: #A662EE;
}
</style>