Shades of Medium Purple #A664EE
Tints of Medium Purple #A664EE
RGB
CMYK
RGB Variations
Color information
#A664EE (or 0xA664EE) is known color: Medium Purple. HEX triplet: A6, 64 and EE. RGB value is (166,100,238). Sum of RGB (Red+Green+Blue) = 166+100+238=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 100 (39.45% from 255 or 19.84% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #A664EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A664EE is #599B11. Grayscale: #868686. Windows color (decimal): -5872402 or 15623334. OLE color: 15623334.
HSL color Cylindrical-coordinate representation of color #A664EE: hue angle of 268.7º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A664EE is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 100 | 238 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.07 |
| HSL | 268.7º | 0.8% | 0.66% | - |
| HSV(B) | 268.7º | 0.58% | 0.93% | - |
| XYZ | 35.72 | 23.39 | 83.52 | - |
| YUV | 135.47 | 185.87 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 100 | 238 | 0.30 | 0.58 | 0 | 0.07 | 268.7 | 0.8 | 0.66 |
| Hex | A6 | 64 | EE | 1E | 3A | 0 | 7 | 10D | 50 | 42 |
| Octal | 246 | 144 | 356 | 36 | 72 | 0 | 7 | 415 | 120 | 102 |
| Binary | 10100110 | 1100100 | 11101110 | 11110 | 111010 | 0 | 111 | 100001101 | 1010000 | 1000010 |
Color Harmonies of #A664EE
Complementary color
Monochromatic Colors of #A664EE
Black with #A664EE
Text Example
Text Example
White with #A664EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A664EE; }
p { color: rgb(166,100,238); }
H1.HeaderClassName
{
color: #A664EE;
}
.AnyTagClassName
{
color: #A664EE;
}
</style>
background-color css
<style>
a { background-color: #A664EE; }
a { background-color: rgb(166,100,238); }
div.DivClassName
{
background-color: #A664EE;
}
.BgClassName
{
background-color: #A664EE;
}
</style>
border-color css
<style>
span { border-color: #A664EE; }
span { border-color: rgb(166,100,238); }
td.TdClassName
{
border-color: #A664EE;
}
.TagClassName
{
border-color: #A664EE;
}
</style>