Shades of Medium Orchid #A94BDD
Tints of Medium Orchid #A94BDD
RGB
CMYK
RGB Variations
Color information
#A94BDD (or 0xA94BDD) is known color: Medium Orchid. HEX triplet: A9, 4B and DD. RGB value is (169,75,221). Sum of RGB (Red+Green+Blue) = 169+75+221=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #A94BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94BDD is #56B422. Grayscale: #777777. Windows color (decimal): -5682211 or 14502825. OLE color: 14502825.
HSL color Cylindrical-coordinate representation of color #A94BDD: hue angle of 278.63º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A94BDD is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 75 | 221 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.13 |
| HSL | 278.63º | 0.68% | 0.58% | - |
| HSV(B) | 278.63º | 0.66% | 0.87% | - |
| XYZ | 31.93 | 18.69 | 70.33 | - |
| YUV | 119.75 | 185.14 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 75 | 221 | 0.24 | 0.66 | 0 | 0.13 | 278.63 | 0.68 | 0.58 |
| Hex | A9 | 4B | DD | 18 | 42 | 0 | D | 117 | 44 | 3A |
| Octal | 251 | 113 | 335 | 30 | 102 | 0 | 15 | 427 | 104 | 72 |
| Binary | 10101001 | 1001011 | 11011101 | 11000 | 1000010 | 0 | 1101 | 100010111 | 1000100 | 111010 |
Color Harmonies of #A94BDD
Complementary color
Monochromatic Colors of #A94BDD
Black with #A94BDD
Text Example
Text Example
White with #A94BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94BDD; }
p { color: rgb(169,75,221); }
H1.HeaderClassName
{
color: #A94BDD;
}
.AnyTagClassName
{
color: #A94BDD;
}
</style>
background-color css
<style>
a { background-color: #A94BDD; }
a { background-color: rgb(169,75,221); }
div.DivClassName
{
background-color: #A94BDD;
}
.BgClassName
{
background-color: #A94BDD;
}
</style>
border-color css
<style>
span { border-color: #A94BDD; }
span { border-color: rgb(169,75,221); }
td.TdClassName
{
border-color: #A94BDD;
}
.TagClassName
{
border-color: #A94BDD;
}
</style>