Shades of Medium Orchid #A94CCF
Tints of Medium Orchid #A94CCF
RGB
CMYK
RGB Variations
Color information
#A94CCF (or 0xA94CCF) is known color: Medium Orchid. HEX triplet: A9, 4C and CF. RGB value is (169,76,207). Sum of RGB (Red+Green+Blue) = 169+76+207=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #A94CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94CCF is #56B330. Grayscale: #767676. Windows color (decimal): -5681969 or 13585577. OLE color: 13585577.
HSL color Cylindrical-coordinate representation of color #A94CCF: hue angle of 282.6º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A94CCF is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 76 | 207 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.19 |
| HSL | 282.6º | 0.58% | 0.55% | - |
| HSV(B) | 282.6º | 0.63% | 0.81% | - |
| XYZ | 30.21 | 18.11 | 60.93 | - |
| YUV | 118.74 | 177.81 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 76 | 207 | 0.18 | 0.63 | 0 | 0.19 | 282.6 | 0.58 | 0.55 |
| Hex | A9 | 4C | CF | 12 | 3F | 0 | 13 | 11B | 3A | 37 |
| Octal | 251 | 114 | 317 | 22 | 77 | 0 | 23 | 433 | 72 | 67 |
| Binary | 10101001 | 1001100 | 11001111 | 10010 | 111111 | 0 | 10011 | 100011011 | 111010 | 110111 |
Color Harmonies of #A94CCF
Complementary color
Monochromatic Colors of #A94CCF
Black with #A94CCF
Text Example
Text Example
White with #A94CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94CCF; }
p { color: rgb(169,76,207); }
H1.HeaderClassName
{
color: #A94CCF;
}
.AnyTagClassName
{
color: #A94CCF;
}
</style>
background-color css
<style>
a { background-color: #A94CCF; }
a { background-color: rgb(169,76,207); }
div.DivClassName
{
background-color: #A94CCF;
}
.BgClassName
{
background-color: #A94CCF;
}
</style>
border-color css
<style>
span { border-color: #A94CCF; }
span { border-color: rgb(169,76,207); }
td.TdClassName
{
border-color: #A94CCF;
}
.TagClassName
{
border-color: #A94CCF;
}
</style>