Shades of Medium Orchid #A954E7
Tints of Medium Orchid #A954E7
RGB
CMYK
RGB Variations
Color information
#A954E7 (or 0xA954E7) is known color: Medium Orchid. HEX triplet: A9, 54 and E7. RGB value is (169,84,231). Sum of RGB (Red+Green+Blue) = 169+84+231=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 84 (33.20% from 255 or 17.36% from 484); Blue value is 231 (90.62% from 255 or 47.73% from 484); Max value from RGB is 231 - color contains mainly: blue. Hex color #A954E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A954E7 is #56AB18. Grayscale: #7D7D7D. Windows color (decimal): -5679897 or 15160489. OLE color: 15160489.
HSL color Cylindrical-coordinate representation of color #A954E7: hue angle of 274.69º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A954E7 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 84 | 231 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.09 |
| HSL | 274.69º | 0.75% | 0.62% | - |
| HSV(B) | 274.69º | 0.64% | 0.91% | - |
| XYZ | 33.96 | 20.55 | 77.78 | - |
| YUV | 126.17 | 187.16 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 84 | 231 | 0.27 | 0.64 | 0 | 0.09 | 274.69 | 0.75 | 0.62 |
| Hex | A9 | 54 | E7 | 1B | 40 | 0 | 9 | 113 | 4B | 3E |
| Octal | 251 | 124 | 347 | 33 | 100 | 0 | 11 | 423 | 113 | 76 |
| Binary | 10101001 | 1010100 | 11100111 | 11011 | 1000000 | 0 | 1001 | 100010011 | 1001011 | 111110 |
Color Harmonies of #A954E7
Complementary color
Monochromatic Colors of #A954E7
Black with #A954E7
Text Example
Text Example
White with #A954E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A954E7; }
p { color: rgb(169,84,231); }
H1.HeaderClassName
{
color: #A954E7;
}
.AnyTagClassName
{
color: #A954E7;
}
</style>
background-color css
<style>
a { background-color: #A954E7; }
a { background-color: rgb(169,84,231); }
div.DivClassName
{
background-color: #A954E7;
}
.BgClassName
{
background-color: #A954E7;
}
</style>
border-color css
<style>
span { border-color: #A954E7; }
span { border-color: rgb(169,84,231); }
td.TdClassName
{
border-color: #A954E7;
}
.TagClassName
{
border-color: #A954E7;
}
</style>