Shades of Medium Orchid #A956DF
Tints of Medium Orchid #A956DF
RGB
CMYK
RGB Variations
Color information
#A956DF (or 0xA956DF) is known color: Medium Orchid. HEX triplet: A9, 56 and DF. RGB value is (169,86,223). Sum of RGB (Red+Green+Blue) = 169+86+223=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 86 (33.98% from 255 or 17.99% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #A956DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A956DF is #56A920. Grayscale: #7D7D7D. Windows color (decimal): -5679393 or 14636713. OLE color: 14636713.
HSL color Cylindrical-coordinate representation of color #A956DF: hue angle of 276.35º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A956DF is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 86 | 223 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.13 |
| HSL | 276.35º | 0.68% | 0.61% | - |
| HSV(B) | 276.35º | 0.61% | 0.87% | - |
| XYZ | 33.01 | 20.42 | 72.01 | - |
| YUV | 126.44 | 182.5 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 86 | 223 | 0.24 | 0.61 | 0 | 0.13 | 276.35 | 0.68 | 0.61 |
| Hex | A9 | 56 | DF | 18 | 3D | 0 | D | 114 | 44 | 3D |
| Octal | 251 | 126 | 337 | 30 | 75 | 0 | 15 | 424 | 104 | 75 |
| Binary | 10101001 | 1010110 | 11011111 | 11000 | 111101 | 0 | 1101 | 100010100 | 1000100 | 111101 |
Color Harmonies of #A956DF
Complementary color
Monochromatic Colors of #A956DF
Black with #A956DF
Text Example
Text Example
White with #A956DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A956DF; }
p { color: rgb(169,86,223); }
H1.HeaderClassName
{
color: #A956DF;
}
.AnyTagClassName
{
color: #A956DF;
}
</style>
background-color css
<style>
a { background-color: #A956DF; }
a { background-color: rgb(169,86,223); }
div.DivClassName
{
background-color: #A956DF;
}
.BgClassName
{
background-color: #A956DF;
}
</style>
border-color css
<style>
span { border-color: #A956DF; }
span { border-color: rgb(169,86,223); }
td.TdClassName
{
border-color: #A956DF;
}
.TagClassName
{
border-color: #A956DF;
}
</style>