Shades of Medium Orchid #A945CE
Tints of Medium Orchid #A945CE
RGB
CMYK
RGB Variations
Color information
#A945CE (or 0xA945CE) is known color: Medium Orchid. HEX triplet: A9, 45 and CE. RGB value is (169,69,206). Sum of RGB (Red+Green+Blue) = 169+69+206=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 69 (27.34% from 255 or 15.54% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #A945CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A945CE is #56BA31. Grayscale: #727272. Windows color (decimal): -5683762 or 13518249. OLE color: 13518249.
HSL color Cylindrical-coordinate representation of color #A945CE: hue angle of 283.8º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A945CE is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 69 | 206 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.19 |
| HSL | 283.8º | 0.58% | 0.54% | - |
| HSV(B) | 283.8º | 0.67% | 0.81% | - |
| XYZ | 29.63 | 17.15 | 60.14 | - |
| YUV | 114.52 | 179.63 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 69 | 206 | 0.18 | 0.67 | 0 | 0.19 | 283.8 | 0.58 | 0.54 |
| Hex | A9 | 45 | CE | 12 | 43 | 0 | 13 | 11C | 3A | 36 |
| Octal | 251 | 105 | 316 | 22 | 103 | 0 | 23 | 434 | 72 | 66 |
| Binary | 10101001 | 1000101 | 11001110 | 10010 | 1000011 | 0 | 10011 | 100011100 | 111010 | 110110 |
Color Harmonies of #A945CE
Complementary color
Monochromatic Colors of #A945CE
Black with #A945CE
Text Example
Text Example
White with #A945CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A945CE; }
p { color: rgb(169,69,206); }
H1.HeaderClassName
{
color: #A945CE;
}
.AnyTagClassName
{
color: #A945CE;
}
</style>
background-color css
<style>
a { background-color: #A945CE; }
a { background-color: rgb(169,69,206); }
div.DivClassName
{
background-color: #A945CE;
}
.BgClassName
{
background-color: #A945CE;
}
</style>
border-color css
<style>
span { border-color: #A945CE; }
span { border-color: rgb(169,69,206); }
td.TdClassName
{
border-color: #A945CE;
}
.TagClassName
{
border-color: #A945CE;
}
</style>