Shades of Medium Purple #A662E8
Tints of Medium Purple #A662E8
RGB
CMYK
RGB Variations
Color information
#A662E8 (or 0xA662E8) is known color: Medium Purple. HEX triplet: A6, 62 and E8. RGB value is (166,98,232). Sum of RGB (Red+Green+Blue) = 166+98+232=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 98 (38.67% from 255 or 19.76% from 496); Blue value is 232 (91.02% from 255 or 46.77% from 496); Max value from RGB is 232 - color contains mainly: blue. Hex color #A662E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A662E8 is #599D17. Grayscale: #858585. Windows color (decimal): -5872920 or 15229606. OLE color: 15229606.
HSL color Cylindrical-coordinate representation of color #A662E8: hue angle of 270.45º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A662E8 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 98 | 232 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.09 |
| HSL | 270.45º | 0.74% | 0.65% | - |
| HSV(B) | 270.45º | 0.58% | 0.91% | - |
| XYZ | 34.66 | 22.67 | 78.89 | - |
| YUV | 133.61 | 183.53 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 98 | 232 | 0.28 | 0.58 | 0 | 0.09 | 270.45 | 0.74 | 0.65 |
| Hex | A6 | 62 | E8 | 1C | 3A | 0 | 9 | 10E | 4A | 41 |
| Octal | 246 | 142 | 350 | 34 | 72 | 0 | 11 | 416 | 112 | 101 |
| Binary | 10100110 | 1100010 | 11101000 | 11100 | 111010 | 0 | 1001 | 100001110 | 1001010 | 1000001 |
Color Harmonies of #A662E8
Complementary color
Monochromatic Colors of #A662E8
Black with #A662E8
Text Example
Text Example
White with #A662E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A662E8; }
p { color: rgb(166,98,232); }
H1.HeaderClassName
{
color: #A662E8;
}
.AnyTagClassName
{
color: #A662E8;
}
</style>
background-color css
<style>
a { background-color: #A662E8; }
a { background-color: rgb(166,98,232); }
div.DivClassName
{
background-color: #A662E8;
}
.BgClassName
{
background-color: #A662E8;
}
</style>
border-color css
<style>
span { border-color: #A662E8; }
span { border-color: rgb(166,98,232); }
td.TdClassName
{
border-color: #A662E8;
}
.TagClassName
{
border-color: #A662E8;
}
</style>