Shades of Medium Orchid #A945DC
Tints of Medium Orchid #A945DC
RGB
CMYK
RGB Variations
Color information
#A945DC (or 0xA945DC) is known color: Medium Orchid. HEX triplet: A9, 45 and DC. RGB value is (169,69,220). Sum of RGB (Red+Green+Blue) = 169+69+220=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 69 (27.34% from 255 or 15.07% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #A945DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A945DC is #56BA23. Grayscale: #737373. Windows color (decimal): -5683748 or 14435753. OLE color: 14435753.
HSL color Cylindrical-coordinate representation of color #A945DC: hue angle of 279.74º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A945DC is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 69 | 220 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.14 |
| HSL | 279.74º | 0.68% | 0.57% | - |
| HSV(B) | 279.74º | 0.69% | 0.86% | - |
| XYZ | 31.41 | 17.86 | 69.5 | - |
| YUV | 116.11 | 186.63 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 69 | 220 | 0.23 | 0.69 | 0 | 0.14 | 279.74 | 0.68 | 0.57 |
| Hex | A9 | 45 | DC | 17 | 45 | 0 | E | 118 | 44 | 39 |
| Octal | 251 | 105 | 334 | 27 | 105 | 0 | 16 | 430 | 104 | 71 |
| Binary | 10101001 | 1000101 | 11011100 | 10111 | 1000101 | 0 | 1110 | 100011000 | 1000100 | 111001 |
Color Harmonies of #A945DC
Complementary color
Monochromatic Colors of #A945DC
Black with #A945DC
Text Example
Text Example
White with #A945DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A945DC; }
p { color: rgb(169,69,220); }
H1.HeaderClassName
{
color: #A945DC;
}
.AnyTagClassName
{
color: #A945DC;
}
</style>
background-color css
<style>
a { background-color: #A945DC; }
a { background-color: rgb(169,69,220); }
div.DivClassName
{
background-color: #A945DC;
}
.BgClassName
{
background-color: #A945DC;
}
</style>
border-color css
<style>
span { border-color: #A945DC; }
span { border-color: rgb(169,69,220); }
td.TdClassName
{
border-color: #A945DC;
}
.TagClassName
{
border-color: #A945DC;
}
</style>