Shades of Medium Orchid #A945DF
Tints of Medium Orchid #A945DF
RGB
CMYK
RGB Variations
Color information
#A945DF (or 0xA945DF) is known color: Medium Orchid. HEX triplet: A9, 45 and DF. RGB value is (169,69,223). Sum of RGB (Red+Green+Blue) = 169+69+223=461 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.66% from 461); Green value is 69 (27.34% from 255 or 14.97% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #A945DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A945DF is #56BA20. Grayscale: #737373. Windows color (decimal): -5683745 or 14632361. OLE color: 14632361.
HSL color Cylindrical-coordinate representation of color #A945DF: hue angle of 278.96º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A945DF is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 69 | 223 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.13 |
| HSL | 278.96º | 0.71% | 0.57% | - |
| HSV(B) | 278.96º | 0.69% | 0.87% | - |
| XYZ | 31.81 | 18.02 | 71.61 | - |
| YUV | 116.46 | 188.13 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 69 | 223 | 0.24 | 0.69 | 0 | 0.13 | 278.96 | 0.71 | 0.57 |
| Hex | A9 | 45 | DF | 18 | 45 | 0 | D | 117 | 47 | 39 |
| Octal | 251 | 105 | 337 | 30 | 105 | 0 | 15 | 427 | 107 | 71 |
| Binary | 10101001 | 1000101 | 11011111 | 11000 | 1000101 | 0 | 1101 | 100010111 | 1000111 | 111001 |
Color Harmonies of #A945DF
Complementary color
Monochromatic Colors of #A945DF
Black with #A945DF
Text Example
Text Example
White with #A945DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A945DF; }
p { color: rgb(169,69,223); }
H1.HeaderClassName
{
color: #A945DF;
}
.AnyTagClassName
{
color: #A945DF;
}
</style>
background-color css
<style>
a { background-color: #A945DF; }
a { background-color: rgb(169,69,223); }
div.DivClassName
{
background-color: #A945DF;
}
.BgClassName
{
background-color: #A945DF;
}
</style>
border-color css
<style>
span { border-color: #A945DF; }
span { border-color: rgb(169,69,223); }
td.TdClassName
{
border-color: #A945DF;
}
.TagClassName
{
border-color: #A945DF;
}
</style>