Shades of Medium Orchid #A94BE8
Tints of Medium Orchid #A94BE8
RGB
CMYK
RGB Variations
Color information
#A94BE8 (or 0xA94BE8) is known color: Medium Orchid. HEX triplet: A9, 4B and E8. RGB value is (169,75,232). Sum of RGB (Red+Green+Blue) = 169+75+232=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 75 (29.69% from 255 or 15.76% from 476); Blue value is 232 (91.02% from 255 or 48.74% from 476); Max value from RGB is 232 - color contains mainly: blue. Hex color #A94BE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A94BE8 is #56B417. Grayscale: #787878. Windows color (decimal): -5682200 or 15223721. OLE color: 15223721.
HSL color Cylindrical-coordinate representation of color #A94BE8: hue angle of 275.92º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A94BE8 is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 75 | 232 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.09 |
| HSL | 275.92º | 0.77% | 0.6% | - |
| HSV(B) | 275.92º | 0.68% | 0.91% | - |
| XYZ | 33.44 | 19.29 | 78.31 | - |
| YUV | 121 | 190.64 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 75 | 232 | 0.27 | 0.68 | 0 | 0.09 | 275.92 | 0.77 | 0.6 |
| Hex | A9 | 4B | E8 | 1B | 44 | 0 | 9 | 114 | 4D | 3C |
| Octal | 251 | 113 | 350 | 33 | 104 | 0 | 11 | 424 | 115 | 74 |
| Binary | 10101001 | 1001011 | 11101000 | 11011 | 1000100 | 0 | 1001 | 100010100 | 1001101 | 111100 |
Color Harmonies of #A94BE8
Complementary color
Monochromatic Colors of #A94BE8
Black with #A94BE8
Text Example
Text Example
White with #A94BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94BE8; }
p { color: rgb(169,75,232); }
H1.HeaderClassName
{
color: #A94BE8;
}
.AnyTagClassName
{
color: #A94BE8;
}
</style>
background-color css
<style>
a { background-color: #A94BE8; }
a { background-color: rgb(169,75,232); }
div.DivClassName
{
background-color: #A94BE8;
}
.BgClassName
{
background-color: #A94BE8;
}
</style>
border-color css
<style>
span { border-color: #A94BE8; }
span { border-color: rgb(169,75,232); }
td.TdClassName
{
border-color: #A94BE8;
}
.TagClassName
{
border-color: #A94BE8;
}
</style>