Shades of Medium Orchid #A954FB
Tints of Medium Orchid #A954FB
RGB
CMYK
RGB Variations
Color information
#A954FB (or 0xA954FB) is known color: Medium Orchid. HEX triplet: A9, 54 and FB. RGB value is (169,84,251). Sum of RGB (Red+Green+Blue) = 169+84+251=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 84 (33.20% from 255 or 16.67% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #A954FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A954FB is #56AB04. Grayscale: #7F7F7F. Windows color (decimal): -5679877 or 16471209. OLE color: 16471209.
HSL color Cylindrical-coordinate representation of color #A954FB: hue angle of 270.54º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A954FB is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 84 | 251 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.02 |
| HSL | 270.54º | 0.95% | 0.66% | - |
| HSV(B) | 270.54º | 0.67% | 0.98% | - |
| XYZ | 36.95 | 21.74 | 93.52 | - |
| YUV | 128.45 | 197.16 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 84 | 251 | 0.33 | 0.67 | 0 | 0.02 | 270.54 | 0.95 | 0.66 |
| Hex | A9 | 54 | FB | 21 | 43 | 0 | 2 | 10F | 5F | 42 |
| Octal | 251 | 124 | 373 | 41 | 103 | 0 | 2 | 417 | 137 | 102 |
| Binary | 10101001 | 1010100 | 11111011 | 100001 | 1000011 | 0 | 10 | 100001111 | 1011111 | 1000010 |
Color Harmonies of #A954FB
Complementary color
Monochromatic Colors of #A954FB
Black with #A954FB
Text Example
Text Example
White with #A954FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A954FB; }
p { color: rgb(169,84,251); }
H1.HeaderClassName
{
color: #A954FB;
}
.AnyTagClassName
{
color: #A954FB;
}
</style>
background-color css
<style>
a { background-color: #A954FB; }
a { background-color: rgb(169,84,251); }
div.DivClassName
{
background-color: #A954FB;
}
.BgClassName
{
background-color: #A954FB;
}
</style>
border-color css
<style>
span { border-color: #A954FB; }
span { border-color: rgb(169,84,251); }
td.TdClassName
{
border-color: #A954FB;
}
.TagClassName
{
border-color: #A954FB;
}
</style>