Shades of Medium Purple #A650FD
Tints of Medium Purple #A650FD
RGB
CMYK
RGB Variations
Color information
#A650FD (or 0xA650FD) is known color: Medium Purple. HEX triplet: A6, 50 and FD. RGB value is (166,80,253). Sum of RGB (Red+Green+Blue) = 166+80+253=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 80 (31.64% from 255 or 16.03% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #A650FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A650FD is #59AF02. Grayscale: #7C7C7C. Windows color (decimal): -5877507 or 16601254. OLE color: 16601254.
HSL color Cylindrical-coordinate representation of color #A650FD: hue angle of 269.83º degrees, saturation: 0.98, 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 #A650FD is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 80 | 253 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.01 |
| HSL | 269.83º | 0.98% | 0.65% | - |
| HSV(B) | 269.83º | 0.68% | 0.99% | - |
| XYZ | 36.32 | 20.94 | 95.06 | - |
| YUV | 125.44 | 199.99 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 80 | 253 | 0.34 | 0.68 | 0 | 0.01 | 269.83 | 0.98 | 0.65 |
| Hex | A6 | 50 | FD | 22 | 44 | 0 | 1 | 10E | 62 | 41 |
| Octal | 246 | 120 | 375 | 42 | 104 | 0 | 1 | 416 | 142 | 101 |
| Binary | 10100110 | 1010000 | 11111101 | 100010 | 1000100 | 0 | 1 | 100001110 | 1100010 | 1000001 |
Color Harmonies of #A650FD
Complementary color
Monochromatic Colors of #A650FD
Black with #A650FD
Text Example
Text Example
White with #A650FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A650FD; }
p { color: rgb(166,80,253); }
H1.HeaderClassName
{
color: #A650FD;
}
.AnyTagClassName
{
color: #A650FD;
}
</style>
background-color css
<style>
a { background-color: #A650FD; }
a { background-color: rgb(166,80,253); }
div.DivClassName
{
background-color: #A650FD;
}
.BgClassName
{
background-color: #A650FD;
}
</style>
border-color css
<style>
span { border-color: #A650FD; }
span { border-color: rgb(166,80,253); }
td.TdClassName
{
border-color: #A650FD;
}
.TagClassName
{
border-color: #A650FD;
}
</style>