Shades of Medium Purple #A653FF
Tints of Medium Purple #A653FF
RGB
CMYK
RGB Variations
Color information
#A653FF (or 0xA653FF) is known color: Medium Purple. HEX triplet: A6, 53 and FF. RGB value is (166,83,255). Sum of RGB (Red+Green+Blue) = 166+83+255=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 83 (32.81% from 255 or 16.47% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #A653FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A653FF is #59AC00. Grayscale: #7E7E7E. Windows color (decimal): -5876737 or 16733094. OLE color: 16733094.
HSL color Cylindrical-coordinate representation of color #A653FF: hue angle of 268.95º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A653FF is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 83 | 255 | - |
| CMYK | 0.35 | 0.67 | 0 | 0 |
| HSL | 268.95º | 1% | 0.66% | - |
| HSV(B) | 268.95º | 0.67% | 1% | - |
| XYZ | 36.87 | 21.51 | 96.82 | - |
| YUV | 127.43 | 200 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 255 | 0.35 | 0.67 | 0 | 0 | 268.95 | 1 | 0.66 |
| Hex | A6 | 53 | FF | 23 | 43 | 0 | 0 | 10D | 64 | 42 |
| Octal | 246 | 123 | 377 | 43 | 103 | 0 | 0 | 415 | 144 | 102 |
| Binary | 10100110 | 1010011 | 11111111 | 100011 | 1000011 | 0 | 0 | 100001101 | 1100100 | 1000010 |
Color Harmonies of #A653FF
Complementary color
Monochromatic Colors of #A653FF
Black with #A653FF
Text Example
Text Example
White with #A653FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A653FF; }
p { color: rgb(166,83,255); }
H1.HeaderClassName
{
color: #A653FF;
}
.AnyTagClassName
{
color: #A653FF;
}
</style>
background-color css
<style>
a { background-color: #A653FF; }
a { background-color: rgb(166,83,255); }
div.DivClassName
{
background-color: #A653FF;
}
.BgClassName
{
background-color: #A653FF;
}
</style>
border-color css
<style>
span { border-color: #A653FF; }
span { border-color: rgb(166,83,255); }
td.TdClassName
{
border-color: #A653FF;
}
.TagClassName
{
border-color: #A653FF;
}
</style>