Shades of Medium Purple #A664FC
Tints of Medium Purple #A664FC
RGB
CMYK
RGB Variations
Color information
#A664FC (or 0xA664FC) is known color: Medium Purple. HEX triplet: A6, 64 and FC. RGB value is (166,100,252). Sum of RGB (Red+Green+Blue) = 166+100+252=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 100 (39.45% from 255 or 19.31% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #A664FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A664FC is #599B03. Grayscale: #888888. Windows color (decimal): -5872388 or 16540838. OLE color: 16540838.
HSL color Cylindrical-coordinate representation of color #A664FC: hue angle of 266.05º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A664FC is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 100 | 252 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.01 |
| HSL | 266.05º | 0.96% | 0.69% | - |
| HSV(B) | 266.05º | 0.6% | 0.99% | - |
| XYZ | 37.85 | 24.25 | 94.78 | - |
| YUV | 137.06 | 192.87 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 100 | 252 | 0.34 | 0.60 | 0 | 0.01 | 266.05 | 0.96 | 0.69 |
| Hex | A6 | 64 | FC | 22 | 3C | 0 | 1 | 10A | 60 | 45 |
| Octal | 246 | 144 | 374 | 42 | 74 | 0 | 1 | 412 | 140 | 105 |
| Binary | 10100110 | 1100100 | 11111100 | 100010 | 111100 | 0 | 1 | 100001010 | 1100000 | 1000101 |
Color Harmonies of #A664FC
Complementary color
Monochromatic Colors of #A664FC
Black with #A664FC
Text Example
Text Example
White with #A664FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A664FC; }
p { color: rgb(166,100,252); }
H1.HeaderClassName
{
color: #A664FC;
}
.AnyTagClassName
{
color: #A664FC;
}
</style>
background-color css
<style>
a { background-color: #A664FC; }
a { background-color: rgb(166,100,252); }
div.DivClassName
{
background-color: #A664FC;
}
.BgClassName
{
background-color: #A664FC;
}
</style>
border-color css
<style>
span { border-color: #A664FC; }
span { border-color: rgb(166,100,252); }
td.TdClassName
{
border-color: #A664FC;
}
.TagClassName
{
border-color: #A664FC;
}
</style>