Shades of Medium Orchid #A954F8
Tints of Medium Orchid #A954F8
RGB
CMYK
RGB Variations
Color information
#A954F8 (or 0xA954F8) is known color: Medium Orchid. HEX triplet: A9, 54 and F8. RGB value is (169,84,248). Sum of RGB (Red+Green+Blue) = 169+84+248=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 84 (33.20% from 255 or 16.77% from 501); Blue value is 248 (97.27% from 255 or 49.50% from 501); Max value from RGB is 248 - color contains mainly: blue. Hex color #A954F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A954F8 is #56AB07. Grayscale: #7F7F7F. Windows color (decimal): -5679880 or 16274601. OLE color: 16274601.
HSL color Cylindrical-coordinate representation of color #A954F8: hue angle of 271.1º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A954F8 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 169 | 84 | 248 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.03 |
| HSL | 271.1º | 0.92% | 0.65% | - |
| HSV(B) | 271.1º | 0.66% | 0.97% | - |
| XYZ | 36.48 | 21.55 | 91.04 | - |
| YUV | 128.11 | 195.66 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 84 | 248 | 0.32 | 0.66 | 0 | 0.03 | 271.1 | 0.92 | 0.65 |
| Hex | A9 | 54 | F8 | 20 | 42 | 0 | 3 | 10F | 5C | 41 |
| Octal | 251 | 124 | 370 | 40 | 102 | 0 | 3 | 417 | 134 | 101 |
| Binary | 10101001 | 1010100 | 11111000 | 100000 | 1000010 | 0 | 11 | 100001111 | 1011100 | 1000001 |
Color Harmonies of #A954F8
Complementary color
Monochromatic Colors of #A954F8
Black with #A954F8
Text Example
Text Example
White with #A954F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A954F8; }
p { color: rgb(169,84,248); }
H1.HeaderClassName
{
color: #A954F8;
}
.AnyTagClassName
{
color: #A954F8;
}
</style>
background-color css
<style>
a { background-color: #A954F8; }
a { background-color: rgb(169,84,248); }
div.DivClassName
{
background-color: #A954F8;
}
.BgClassName
{
background-color: #A954F8;
}
</style>
border-color css
<style>
span { border-color: #A954F8; }
span { border-color: rgb(169,84,248); }
td.TdClassName
{
border-color: #A954F8;
}
.TagClassName
{
border-color: #A954F8;
}
</style>