Shades of Medium Purple #A953FF
Tints of Medium Purple #A953FF
RGB
CMYK
RGB Variations
Color information
#A953FF (or 0xA953FF) is known color: Medium Purple. HEX triplet: A9, 53 and FF. RGB value is (169,83,255). Sum of RGB (Red+Green+Blue) = 169+83+255=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 83 (32.81% from 255 or 16.37% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #A953FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A953FF is #56AC00. Grayscale: #7F7F7F. Windows color (decimal): -5680129 or 16733097. OLE color: 16733097.
HSL color Cylindrical-coordinate representation of color #A953FF: hue angle of 270º 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 #A953FF is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 83 | 255 | - |
| CMYK | 0.34 | 0.67 | 0 | 0 |
| HSL | 270º | 1% | 0.66% | - |
| HSV(B) | 270º | 0.67% | 1% | - |
| XYZ | 37.51 | 21.84 | 96.85 | - |
| YUV | 128.32 | 199.49 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 83 | 255 | 0.34 | 0.67 | 0 | 0 | 270 | 1 | 0.66 |
| Hex | A9 | 53 | FF | 22 | 43 | 0 | 0 | 10E | 64 | 42 |
| Octal | 251 | 123 | 377 | 42 | 103 | 0 | 0 | 416 | 144 | 102 |
| Binary | 10101001 | 1010011 | 11111111 | 100010 | 1000011 | 0 | 0 | 100001110 | 1100100 | 1000010 |
Color Harmonies of #A953FF
Complementary color
Monochromatic Colors of #A953FF
Black with #A953FF
Text Example
Text Example
White with #A953FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A953FF; }
p { color: rgb(169,83,255); }
H1.HeaderClassName
{
color: #A953FF;
}
.AnyTagClassName
{
color: #A953FF;
}
</style>
background-color css
<style>
a { background-color: #A953FF; }
a { background-color: rgb(169,83,255); }
div.DivClassName
{
background-color: #A953FF;
}
.BgClassName
{
background-color: #A953FF;
}
</style>
border-color css
<style>
span { border-color: #A953FF; }
span { border-color: rgb(169,83,255); }
td.TdClassName
{
border-color: #A953FF;
}
.TagClassName
{
border-color: #A953FF;
}
</style>