Shades of Medium Purple #A650FF
Tints of Medium Purple #A650FF
RGB
CMYK
RGB Variations
Color information
#A650FF (or 0xA650FF) is known color: Medium Purple. HEX triplet: A6, 50 and FF. RGB value is (166,80,255). Sum of RGB (Red+Green+Blue) = 166+80+255=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 80 (31.64% from 255 or 15.97% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #A650FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A650FF is #59AF00. Grayscale: #7D7D7D. Windows color (decimal): -5877505 or 16732326. OLE color: 16732326.
HSL color Cylindrical-coordinate representation of color #A650FF: hue angle of 269.49º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A650FF is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 80 | 255 | - |
| CMYK | 0.35 | 0.69 | 0 | 0 |
| HSL | 269.49º | 1% | 0.66% | - |
| HSV(B) | 269.49º | 0.69% | 1% | - |
| XYZ | 36.64 | 21.06 | 96.74 | - |
| YUV | 125.66 | 200.99 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 80 | 255 | 0.35 | 0.69 | 0 | 0 | 269.49 | 1 | 0.66 |
| Hex | A6 | 50 | FF | 23 | 45 | 0 | 0 | 10D | 64 | 42 |
| Octal | 246 | 120 | 377 | 43 | 105 | 0 | 0 | 415 | 144 | 102 |
| Binary | 10100110 | 1010000 | 11111111 | 100011 | 1000101 | 0 | 0 | 100001101 | 1100100 | 1000010 |
Color Harmonies of #A650FF
Complementary color
Monochromatic Colors of #A650FF
Black with #A650FF
Text Example
Text Example
White with #A650FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A650FF; }
p { color: rgb(166,80,255); }
H1.HeaderClassName
{
color: #A650FF;
}
.AnyTagClassName
{
color: #A650FF;
}
</style>
background-color css
<style>
a { background-color: #A650FF; }
a { background-color: rgb(166,80,255); }
div.DivClassName
{
background-color: #A650FF;
}
.BgClassName
{
background-color: #A650FF;
}
</style>
border-color css
<style>
span { border-color: #A650FF; }
span { border-color: rgb(166,80,255); }
td.TdClassName
{
border-color: #A650FF;
}
.TagClassName
{
border-color: #A650FF;
}
</style>