Shades of Medium Purple #A958FA
Tints of Medium Purple #A958FA
RGB
CMYK
RGB Variations
Color information
#A958FA (or 0xA958FA) is known color: Medium Purple. HEX triplet: A9, 58 and FA. RGB value is (169,88,250). Sum of RGB (Red+Green+Blue) = 169+88+250=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 88 (34.77% from 255 or 17.36% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #A958FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A958FA is #56A705. Grayscale: #828282. Windows color (decimal): -5678854 or 16406697. OLE color: 16406697.
HSL color Cylindrical-coordinate representation of color #A958FA: hue angle of 270º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A958FA is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 88 | 250 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.02 |
| HSL | 270º | 0.94% | 0.66% | - |
| HSV(B) | 270º | 0.65% | 0.98% | - |
| XYZ | 37.11 | 22.32 | 92.79 | - |
| YUV | 130.69 | 195.34 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 88 | 250 | 0.32 | 0.65 | 0 | 0.02 | 270 | 0.94 | 0.66 |
| Hex | A9 | 58 | FA | 20 | 41 | 0 | 2 | 10E | 5E | 42 |
| Octal | 251 | 130 | 372 | 40 | 101 | 0 | 2 | 416 | 136 | 102 |
| Binary | 10101001 | 1011000 | 11111010 | 100000 | 1000001 | 0 | 10 | 100001110 | 1011110 | 1000010 |
Color Harmonies of #A958FA
Complementary color
Monochromatic Colors of #A958FA
Black with #A958FA
Text Example
Text Example
White with #A958FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A958FA; }
p { color: rgb(169,88,250); }
H1.HeaderClassName
{
color: #A958FA;
}
.AnyTagClassName
{
color: #A958FA;
}
</style>
background-color css
<style>
a { background-color: #A958FA; }
a { background-color: rgb(169,88,250); }
div.DivClassName
{
background-color: #A958FA;
}
.BgClassName
{
background-color: #A958FA;
}
</style>
border-color css
<style>
span { border-color: #A958FA; }
span { border-color: rgb(169,88,250); }
td.TdClassName
{
border-color: #A958FA;
}
.TagClassName
{
border-color: #A958FA;
}
</style>