Shades of Medium Orchid #A955DF
Tints of Medium Orchid #A955DF
RGB
CMYK
RGB Variations
Color information
#A955DF (or 0xA955DF) is known color: Medium Orchid. HEX triplet: A9, 55 and DF. RGB value is (169,85,223). Sum of RGB (Red+Green+Blue) = 169+85+223=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 85 (33.59% from 255 or 17.82% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #A955DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A955DF is #56AA20. Grayscale: #7D7D7D. Windows color (decimal): -5679649 or 14636457. OLE color: 14636457.
HSL color Cylindrical-coordinate representation of color #A955DF: hue angle of 276.52º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A955DF is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 85 | 223 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.13 |
| HSL | 276.52º | 0.68% | 0.6% | - |
| HSV(B) | 276.52º | 0.62% | 0.87% | - |
| XYZ | 32.93 | 20.26 | 71.99 | - |
| YUV | 125.85 | 182.83 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 85 | 223 | 0.24 | 0.62 | 0 | 0.13 | 276.52 | 0.68 | 0.6 |
| Hex | A9 | 55 | DF | 18 | 3E | 0 | D | 115 | 44 | 3C |
| Octal | 251 | 125 | 337 | 30 | 76 | 0 | 15 | 425 | 104 | 74 |
| Binary | 10101001 | 1010101 | 11011111 | 11000 | 111110 | 0 | 1101 | 100010101 | 1000100 | 111100 |
Color Harmonies of #A955DF
Complementary color
Monochromatic Colors of #A955DF
Black with #A955DF
Text Example
Text Example
White with #A955DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A955DF; }
p { color: rgb(169,85,223); }
H1.HeaderClassName
{
color: #A955DF;
}
.AnyTagClassName
{
color: #A955DF;
}
</style>
background-color css
<style>
a { background-color: #A955DF; }
a { background-color: rgb(169,85,223); }
div.DivClassName
{
background-color: #A955DF;
}
.BgClassName
{
background-color: #A955DF;
}
</style>
border-color css
<style>
span { border-color: #A955DF; }
span { border-color: rgb(169,85,223); }
td.TdClassName
{
border-color: #A955DF;
}
.TagClassName
{
border-color: #A955DF;
}
</style>