Shades of Medium Purple #A662F8
Tints of Medium Purple #A662F8
RGB
CMYK
RGB Variations
Color information
#A662F8 (or 0xA662F8) is known color: Medium Purple. HEX triplet: A6, 62 and F8. RGB value is (166,98,248). Sum of RGB (Red+Green+Blue) = 166+98+248=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 98 (38.67% from 255 or 19.14% from 512); Blue value is 248 (97.27% from 255 or 48.44% from 512); Max value from RGB is 248 - color contains mainly: blue. Hex color #A662F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A662F8 is #599D07. Grayscale: #868686. Windows color (decimal): -5872904 or 16278182. OLE color: 16278182.
HSL color Cylindrical-coordinate representation of color #A662F8: hue angle of 267.2º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A662F8 is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 98 | 248 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.03 |
| HSL | 267.2º | 0.91% | 0.68% | - |
| HSV(B) | 267.2º | 0.6% | 0.97% | - |
| XYZ | 37.04 | 23.62 | 91.41 | - |
| YUV | 135.43 | 191.53 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 98 | 248 | 0.33 | 0.60 | 0 | 0.03 | 267.2 | 0.91 | 0.68 |
| Hex | A6 | 62 | F8 | 21 | 3C | 0 | 3 | 10B | 5B | 44 |
| Octal | 246 | 142 | 370 | 41 | 74 | 0 | 3 | 413 | 133 | 104 |
| Binary | 10100110 | 1100010 | 11111000 | 100001 | 111100 | 0 | 11 | 100001011 | 1011011 | 1000100 |
Color Harmonies of #A662F8
Complementary color
Monochromatic Colors of #A662F8
Black with #A662F8
Text Example
Text Example
White with #A662F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A662F8; }
p { color: rgb(166,98,248); }
H1.HeaderClassName
{
color: #A662F8;
}
.AnyTagClassName
{
color: #A662F8;
}
</style>
background-color css
<style>
a { background-color: #A662F8; }
a { background-color: rgb(166,98,248); }
div.DivClassName
{
background-color: #A662F8;
}
.BgClassName
{
background-color: #A662F8;
}
</style>
border-color css
<style>
span { border-color: #A662F8; }
span { border-color: rgb(166,98,248); }
td.TdClassName
{
border-color: #A662F8;
}
.TagClassName
{
border-color: #A662F8;
}
</style>