Shades of Medium Orchid #A94AF8
Tints of Medium Orchid #A94AF8
RGB
CMYK
RGB Variations
Color information
#A94AF8 (or 0xA94AF8) is known color: Medium Orchid. HEX triplet: A9, 4A and F8. RGB value is (169,74,248). Sum of RGB (Red+Green+Blue) = 169+74+248=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 74 (29.30% from 255 or 15.07% from 491); Blue value is 248 (97.27% from 255 or 50.51% from 491); Max value from RGB is 248 - color contains mainly: blue. Hex color #A94AF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A94AF8 is #56B507. Grayscale: #797979. Windows color (decimal): -5682440 or 16272041. OLE color: 16272041.
HSL color Cylindrical-coordinate representation of color #A94AF8: hue angle of 272.76º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A94AF8 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 169 | 74 | 248 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.03 |
| HSL | 272.76º | 0.93% | 0.63% | - |
| HSV(B) | 272.76º | 0.7% | 0.97% | - |
| XYZ | 35.75 | 20.11 | 90.8 | - |
| YUV | 122.24 | 198.97 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 74 | 248 | 0.32 | 0.70 | 0 | 0.03 | 272.76 | 0.93 | 0.63 |
| Hex | A9 | 4A | F8 | 20 | 46 | 0 | 3 | 111 | 5D | 3F |
| Octal | 251 | 112 | 370 | 40 | 106 | 0 | 3 | 421 | 135 | 77 |
| Binary | 10101001 | 1001010 | 11111000 | 100000 | 1000110 | 0 | 11 | 100010001 | 1011101 | 111111 |
Color Harmonies of #A94AF8
Complementary color
Monochromatic Colors of #A94AF8
Black with #A94AF8
Text Example
Text Example
White with #A94AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94AF8; }
p { color: rgb(169,74,248); }
H1.HeaderClassName
{
color: #A94AF8;
}
.AnyTagClassName
{
color: #A94AF8;
}
</style>
background-color css
<style>
a { background-color: #A94AF8; }
a { background-color: rgb(169,74,248); }
div.DivClassName
{
background-color: #A94AF8;
}
.BgClassName
{
background-color: #A94AF8;
}
</style>
border-color css
<style>
span { border-color: #A94AF8; }
span { border-color: rgb(169,74,248); }
td.TdClassName
{
border-color: #A94AF8;
}
.TagClassName
{
border-color: #A94AF8;
}
</style>