Shades of Medium Purple #A650FC
Tints of Medium Purple #A650FC
RGB
CMYK
RGB Variations
Color information
#A650FC (or 0xA650FC) is known color: Medium Purple. HEX triplet: A6, 50 and FC. RGB value is (166,80,252). Sum of RGB (Red+Green+Blue) = 166+80+252=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 80 (31.64% from 255 or 16.06% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #A650FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A650FC is #59AF03. Grayscale: #7C7C7C. Windows color (decimal): -5877508 or 16535718. OLE color: 16535718.
HSL color Cylindrical-coordinate representation of color #A650FC: hue angle of 270º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A650FC is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 80 | 252 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.01 |
| HSL | 270º | 0.97% | 0.65% | - |
| HSV(B) | 270º | 0.68% | 0.99% | - |
| XYZ | 36.17 | 20.87 | 94.22 | - |
| YUV | 125.32 | 199.49 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 80 | 252 | 0.34 | 0.68 | 0 | 0.01 | 270 | 0.97 | 0.65 |
| Hex | A6 | 50 | FC | 22 | 44 | 0 | 1 | 10E | 61 | 41 |
| Octal | 246 | 120 | 374 | 42 | 104 | 0 | 1 | 416 | 141 | 101 |
| Binary | 10100110 | 1010000 | 11111100 | 100010 | 1000100 | 0 | 1 | 100001110 | 1100001 | 1000001 |
Color Harmonies of #A650FC
Complementary color
Monochromatic Colors of #A650FC
Black with #A650FC
Text Example
Text Example
White with #A650FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A650FC; }
p { color: rgb(166,80,252); }
H1.HeaderClassName
{
color: #A650FC;
}
.AnyTagClassName
{
color: #A650FC;
}
</style>
background-color css
<style>
a { background-color: #A650FC; }
a { background-color: rgb(166,80,252); }
div.DivClassName
{
background-color: #A650FC;
}
.BgClassName
{
background-color: #A650FC;
}
</style>
border-color css
<style>
span { border-color: #A650FC; }
span { border-color: rgb(166,80,252); }
td.TdClassName
{
border-color: #A650FC;
}
.TagClassName
{
border-color: #A650FC;
}
</style>