Shades of Medium Orchid #A84AF6
Tints of Medium Orchid #A84AF6
RGB
CMYK
RGB Variations
Color information
#A84AF6 (or 0xA84AF6) is known color: Medium Orchid. HEX triplet: A8, 4A and F6. RGB value is (168,74,246). Sum of RGB (Red+Green+Blue) = 168+74+246=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 74 (29.30% from 255 or 15.16% from 488); Blue value is 246 (96.48% from 255 or 50.41% from 488); Max value from RGB is 246 - color contains mainly: blue. Hex color #A84AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A84AF6 is #57B509. Grayscale: #797979. Windows color (decimal): -5747978 or 16140968. OLE color: 16140968.
HSL color Cylindrical-coordinate representation of color #A84AF6: hue angle of 272.79º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A84AF6 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 74 | 246 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.04 |
| HSL | 272.79º | 0.91% | 0.63% | - |
| HSV(B) | 272.79º | 0.7% | 0.96% | - |
| XYZ | 35.23 | 19.88 | 89.17 | - |
| YUV | 121.71 | 198.14 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 74 | 246 | 0.32 | 0.70 | 0 | 0.04 | 272.79 | 0.91 | 0.63 |
| Hex | A8 | 4A | F6 | 20 | 46 | 0 | 4 | 111 | 5B | 3F |
| Octal | 250 | 112 | 366 | 40 | 106 | 0 | 4 | 421 | 133 | 77 |
| Binary | 10101000 | 1001010 | 11110110 | 100000 | 1000110 | 0 | 100 | 100010001 | 1011011 | 111111 |
Color Harmonies of #A84AF6
Complementary color
Monochromatic Colors of #A84AF6
Black with #A84AF6
Text Example
Text Example
White with #A84AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84AF6; }
p { color: rgb(168,74,246); }
H1.HeaderClassName
{
color: #A84AF6;
}
.AnyTagClassName
{
color: #A84AF6;
}
</style>
background-color css
<style>
a { background-color: #A84AF6; }
a { background-color: rgb(168,74,246); }
div.DivClassName
{
background-color: #A84AF6;
}
.BgClassName
{
background-color: #A84AF6;
}
</style>
border-color css
<style>
span { border-color: #A84AF6; }
span { border-color: rgb(168,74,246); }
td.TdClassName
{
border-color: #A84AF6;
}
.TagClassName
{
border-color: #A84AF6;
}
</style>