Shades of Medium Purple #A653FD
Tints of Medium Purple #A653FD
RGB
CMYK
RGB Variations
Color information
#A653FD (or 0xA653FD) is known color: Medium Purple. HEX triplet: A6, 53 and FD. RGB value is (166,83,253). Sum of RGB (Red+Green+Blue) = 166+83+253=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 83 (32.81% from 255 or 16.53% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #A653FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A653FD is #59AC02. Grayscale: #7E7E7E. Windows color (decimal): -5876739 or 16602022. OLE color: 16602022.
HSL color Cylindrical-coordinate representation of color #A653FD: hue angle of 269.29º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A653FD is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 83 | 253 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.01 |
| HSL | 269.29º | 0.98% | 0.66% | - |
| HSV(B) | 269.29º | 0.67% | 0.99% | - |
| XYZ | 36.55 | 21.39 | 95.13 | - |
| YUV | 127.2 | 199 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 253 | 0.34 | 0.67 | 0 | 0.01 | 269.29 | 0.98 | 0.66 |
| Hex | A6 | 53 | FD | 22 | 43 | 0 | 1 | 10D | 62 | 42 |
| Octal | 246 | 123 | 375 | 42 | 103 | 0 | 1 | 415 | 142 | 102 |
| Binary | 10100110 | 1010011 | 11111101 | 100010 | 1000011 | 0 | 1 | 100001101 | 1100010 | 1000010 |
Color Harmonies of #A653FD
Complementary color
Monochromatic Colors of #A653FD
Black with #A653FD
Text Example
Text Example
White with #A653FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A653FD; }
p { color: rgb(166,83,253); }
H1.HeaderClassName
{
color: #A653FD;
}
.AnyTagClassName
{
color: #A653FD;
}
</style>
background-color css
<style>
a { background-color: #A653FD; }
a { background-color: rgb(166,83,253); }
div.DivClassName
{
background-color: #A653FD;
}
.BgClassName
{
background-color: #A653FD;
}
</style>
border-color css
<style>
span { border-color: #A653FD; }
span { border-color: rgb(166,83,253); }
td.TdClassName
{
border-color: #A653FD;
}
.TagClassName
{
border-color: #A653FD;
}
</style>