Shades of Medium Purple #A664F8
Tints of Medium Purple #A664F8
RGB
CMYK
RGB Variations
Color information
#A664F8 (or 0xA664F8) is known color: Medium Purple. HEX triplet: A6, 64 and F8. RGB value is (166,100,248). Sum of RGB (Red+Green+Blue) = 166+100+248=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 248 (97.27% from 255 or 48.25% from 514); Max value from RGB is 248 - color contains mainly: blue. Hex color #A664F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A664F8 is #599B07. Grayscale: #888888. Windows color (decimal): -5872392 or 16278694. OLE color: 16278694.
HSL color Cylindrical-coordinate representation of color #A664F8: hue angle of 266.76º 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 #A664F8 is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 100 | 248 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.03 |
| HSL | 266.76º | 0.91% | 0.68% | - |
| HSV(B) | 266.76º | 0.6% | 0.97% | - |
| XYZ | 37.23 | 24 | 91.48 | - |
| YUV | 136.61 | 190.87 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 100 | 248 | 0.33 | 0.60 | 0 | 0.03 | 266.76 | 0.91 | 0.68 |
| Hex | A6 | 64 | F8 | 21 | 3C | 0 | 3 | 10B | 5B | 44 |
| Octal | 246 | 144 | 370 | 41 | 74 | 0 | 3 | 413 | 133 | 104 |
| Binary | 10100110 | 1100100 | 11111000 | 100001 | 111100 | 0 | 11 | 100001011 | 1011011 | 1000100 |
Color Harmonies of #A664F8
Complementary color
Monochromatic Colors of #A664F8
Black with #A664F8
Text Example
Text Example
White with #A664F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A664F8; }
p { color: rgb(166,100,248); }
H1.HeaderClassName
{
color: #A664F8;
}
.AnyTagClassName
{
color: #A664F8;
}
</style>
background-color css
<style>
a { background-color: #A664F8; }
a { background-color: rgb(166,100,248); }
div.DivClassName
{
background-color: #A664F8;
}
.BgClassName
{
background-color: #A664F8;
}
</style>
border-color css
<style>
span { border-color: #A664F8; }
span { border-color: rgb(166,100,248); }
td.TdClassName
{
border-color: #A664F8;
}
.TagClassName
{
border-color: #A664F8;
}
</style>