Shades of Medium Orchid #A955F1
Tints of Medium Orchid #A955F1
RGB
CMYK
RGB Variations
Color information
#A955F1 (or 0xA955F1) is known color: Medium Orchid. HEX triplet: A9, 55 and F1. RGB value is (169,85,241). Sum of RGB (Red+Green+Blue) = 169+85+241=495 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.14% from 495); Green value is 85 (33.59% from 255 or 17.17% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: blue. Hex color #A955F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A955F1 is #56AA0E. Grayscale: #7F7F7F. Windows color (decimal): -5679631 or 15816105. OLE color: 15816105.
HSL color Cylindrical-coordinate representation of color #A955F1: hue angle of 272.31º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A955F1 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 85 | 241 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.05 |
| HSL | 272.31º | 0.85% | 0.64% | - |
| HSV(B) | 272.31º | 0.65% | 0.95% | - |
| XYZ | 35.49 | 21.28 | 85.46 | - |
| YUV | 127.9 | 191.83 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 85 | 241 | 0.30 | 0.65 | 0 | 0.05 | 272.31 | 0.85 | 0.64 |
| Hex | A9 | 55 | F1 | 1E | 41 | 0 | 5 | 110 | 55 | 40 |
| Octal | 251 | 125 | 361 | 36 | 101 | 0 | 5 | 420 | 125 | 100 |
| Binary | 10101001 | 1010101 | 11110001 | 11110 | 1000001 | 0 | 101 | 100010000 | 1010101 | 1000000 |
Color Harmonies of #A955F1
Complementary color
Monochromatic Colors of #A955F1
Black with #A955F1
Text Example
Text Example
White with #A955F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A955F1; }
p { color: rgb(169,85,241); }
H1.HeaderClassName
{
color: #A955F1;
}
.AnyTagClassName
{
color: #A955F1;
}
</style>
background-color css
<style>
a { background-color: #A955F1; }
a { background-color: rgb(169,85,241); }
div.DivClassName
{
background-color: #A955F1;
}
.BgClassName
{
background-color: #A955F1;
}
</style>
border-color css
<style>
span { border-color: #A955F1; }
span { border-color: rgb(169,85,241); }
td.TdClassName
{
border-color: #A955F1;
}
.TagClassName
{
border-color: #A955F1;
}
</style>