Shades of Medium Orchid #A94BEC
Tints of Medium Orchid #A94BEC
RGB
CMYK
RGB Variations
Color information
#A94BEC (or 0xA94BEC) is known color: Medium Orchid. HEX triplet: A9, 4B and EC. RGB value is (169,75,236). Sum of RGB (Red+Green+Blue) = 169+75+236=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 75 (29.69% from 255 or 15.62% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #A94BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A94BEC is #56B413. Grayscale: #787878. Windows color (decimal): -5682196 or 15485865. OLE color: 15485865.
HSL color Cylindrical-coordinate representation of color #A94BEC: hue angle of 275.03º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A94BEC is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 75 | 236 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.07 |
| HSL | 275.03º | 0.81% | 0.61% | - |
| HSV(B) | 275.03º | 0.68% | 0.93% | - |
| XYZ | 34.02 | 19.52 | 81.33 | - |
| YUV | 121.46 | 192.64 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 75 | 236 | 0.28 | 0.68 | 0 | 0.07 | 275.03 | 0.81 | 0.61 |
| Hex | A9 | 4B | EC | 1C | 44 | 0 | 7 | 113 | 51 | 3D |
| Octal | 251 | 113 | 354 | 34 | 104 | 0 | 7 | 423 | 121 | 75 |
| Binary | 10101001 | 1001011 | 11101100 | 11100 | 1000100 | 0 | 111 | 100010011 | 1010001 | 111101 |
Color Harmonies of #A94BEC
Complementary color
Monochromatic Colors of #A94BEC
Black with #A94BEC
Text Example
Text Example
White with #A94BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94BEC; }
p { color: rgb(169,75,236); }
H1.HeaderClassName
{
color: #A94BEC;
}
.AnyTagClassName
{
color: #A94BEC;
}
</style>
background-color css
<style>
a { background-color: #A94BEC; }
a { background-color: rgb(169,75,236); }
div.DivClassName
{
background-color: #A94BEC;
}
.BgClassName
{
background-color: #A94BEC;
}
</style>
border-color css
<style>
span { border-color: #A94BEC; }
span { border-color: rgb(169,75,236); }
td.TdClassName
{
border-color: #A94BEC;
}
.TagClassName
{
border-color: #A94BEC;
}
</style>