Shades of Medium Orchid #A953FA
Tints of Medium Orchid #A953FA
RGB
CMYK
RGB Variations
Color information
#A953FA (or 0xA953FA) is known color: Medium Orchid. HEX triplet: A9, 53 and FA. RGB value is (169,83,250). Sum of RGB (Red+Green+Blue) = 169+83+250=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 83 (32.81% from 255 or 16.53% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #A953FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A953FA is #56AC05. Grayscale: #7F7F7F. Windows color (decimal): -5680134 or 16405417. OLE color: 16405417.
HSL color Cylindrical-coordinate representation of color #A953FA: hue angle of 270.9º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A953FA is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 83 | 250 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.02 |
| HSL | 270.9º | 0.94% | 0.65% | - |
| HSV(B) | 270.9º | 0.67% | 0.98% | - |
| XYZ | 36.71 | 21.52 | 92.66 | - |
| YUV | 127.75 | 196.99 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 83 | 250 | 0.32 | 0.67 | 0 | 0.02 | 270.9 | 0.94 | 0.65 |
| Hex | A9 | 53 | FA | 20 | 43 | 0 | 2 | 10F | 5E | 41 |
| Octal | 251 | 123 | 372 | 40 | 103 | 0 | 2 | 417 | 136 | 101 |
| Binary | 10101001 | 1010011 | 11111010 | 100000 | 1000011 | 0 | 10 | 100001111 | 1011110 | 1000001 |
Color Harmonies of #A953FA
Complementary color
Monochromatic Colors of #A953FA
Black with #A953FA
Text Example
Text Example
White with #A953FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A953FA; }
p { color: rgb(169,83,250); }
H1.HeaderClassName
{
color: #A953FA;
}
.AnyTagClassName
{
color: #A953FA;
}
</style>
background-color css
<style>
a { background-color: #A953FA; }
a { background-color: rgb(169,83,250); }
div.DivClassName
{
background-color: #A953FA;
}
.BgClassName
{
background-color: #A953FA;
}
</style>
border-color css
<style>
span { border-color: #A953FA; }
span { border-color: rgb(169,83,250); }
td.TdClassName
{
border-color: #A953FA;
}
.TagClassName
{
border-color: #A953FA;
}
</style>