Shades of Medium Orchid #A94BEA
Tints of Medium Orchid #A94BEA
RGB
CMYK
RGB Variations
Color information
#A94BEA (or 0xA94BEA) is known color: Medium Orchid. HEX triplet: A9, 4B and EA. RGB value is (169,75,234). Sum of RGB (Red+Green+Blue) = 169+75+234=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 75 (29.69% from 255 or 15.69% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #A94BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A94BEA is #56B415. Grayscale: #787878. Windows color (decimal): -5682198 or 15354793. OLE color: 15354793.
HSL color Cylindrical-coordinate representation of color #A94BEA: hue angle of 275.47º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A94BEA is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 75 | 234 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.08 |
| HSL | 275.47º | 0.79% | 0.61% | - |
| HSV(B) | 275.47º | 0.68% | 0.92% | - |
| XYZ | 33.73 | 19.41 | 79.81 | - |
| YUV | 121.23 | 191.64 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 75 | 234 | 0.28 | 0.68 | 0 | 0.08 | 275.47 | 0.79 | 0.61 |
| Hex | A9 | 4B | EA | 1C | 44 | 0 | 8 | 113 | 4F | 3D |
| Octal | 251 | 113 | 352 | 34 | 104 | 0 | 10 | 423 | 117 | 75 |
| Binary | 10101001 | 1001011 | 11101010 | 11100 | 1000100 | 0 | 1000 | 100010011 | 1001111 | 111101 |
Color Harmonies of #A94BEA
Complementary color
Monochromatic Colors of #A94BEA
Black with #A94BEA
Text Example
Text Example
White with #A94BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94BEA; }
p { color: rgb(169,75,234); }
H1.HeaderClassName
{
color: #A94BEA;
}
.AnyTagClassName
{
color: #A94BEA;
}
</style>
background-color css
<style>
a { background-color: #A94BEA; }
a { background-color: rgb(169,75,234); }
div.DivClassName
{
background-color: #A94BEA;
}
.BgClassName
{
background-color: #A94BEA;
}
</style>
border-color css
<style>
span { border-color: #A94BEA; }
span { border-color: rgb(169,75,234); }
td.TdClassName
{
border-color: #A94BEA;
}
.TagClassName
{
border-color: #A94BEA;
}
</style>