Shades of Medium Orchid #A94CC8
Tints of Medium Orchid #A94CC8
RGB
CMYK
RGB Variations
Color information
#A94CC8 (or 0xA94CC8) is known color: Medium Orchid. HEX triplet: A9, 4C and C8. RGB value is (169,76,200). Sum of RGB (Red+Green+Blue) = 169+76+200=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 76 (30.08% from 255 or 17.08% from 445); Blue value is 200 (78.52% from 255 or 44.94% from 445); Max value from RGB is 200 - color contains mainly: blue. Hex color #A94CC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94CC8 is #56B337. Grayscale: #757575. Windows color (decimal): -5681976 or 13126825. OLE color: 13126825.
HSL color Cylindrical-coordinate representation of color #A94CC8: hue angle of 285º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A94CC8 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 76 | 200 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.22 |
| HSL | 285º | 0.53% | 0.54% | - |
| HSV(B) | 285º | 0.62% | 0.78% | - |
| XYZ | 29.37 | 17.77 | 56.53 | - |
| YUV | 117.94 | 174.31 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 76 | 200 | 0.16 | 0.62 | 0 | 0.22 | 285 | 0.53 | 0.54 |
| Hex | A9 | 4C | C8 | 10 | 3E | 0 | 16 | 11D | 35 | 36 |
| Octal | 251 | 114 | 310 | 20 | 76 | 0 | 26 | 435 | 65 | 66 |
| Binary | 10101001 | 1001100 | 11001000 | 10000 | 111110 | 0 | 10110 | 100011101 | 110101 | 110110 |
Color Harmonies of #A94CC8
Complementary color
Monochromatic Colors of #A94CC8
Black with #A94CC8
Text Example
Text Example
White with #A94CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94CC8; }
p { color: rgb(169,76,200); }
H1.HeaderClassName
{
color: #A94CC8;
}
.AnyTagClassName
{
color: #A94CC8;
}
</style>
background-color css
<style>
a { background-color: #A94CC8; }
a { background-color: rgb(169,76,200); }
div.DivClassName
{
background-color: #A94CC8;
}
.BgClassName
{
background-color: #A94CC8;
}
</style>
border-color css
<style>
span { border-color: #A94CC8; }
span { border-color: rgb(169,76,200); }
td.TdClassName
{
border-color: #A94CC8;
}
.TagClassName
{
border-color: #A94CC8;
}
</style>