Shades of Medium Orchid #A84DF2
Tints of Medium Orchid #A84DF2
RGB
CMYK
RGB Variations
Color information
#A84DF2 (or 0xA84DF2) is known color: Medium Orchid. HEX triplet: A8, 4D and F2. RGB value is (168,77,242). Sum of RGB (Red+Green+Blue) = 168+77+242=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 77 (30.47% from 255 or 15.81% from 487); Blue value is 242 (94.92% from 255 or 49.69% from 487); Max value from RGB is 242 - color contains mainly: blue. Hex color #A84DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A84DF2 is #57B20D. Grayscale: #7A7A7A. Windows color (decimal): -5747214 or 15879592. OLE color: 15879592.
HSL color Cylindrical-coordinate representation of color #A84DF2: hue angle of 273.09º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A84DF2 is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 77 | 242 | - |
| CMYK | 0.31 | 0.68 | 0 | 0.05 |
| HSL | 273.09º | 0.86% | 0.63% | - |
| HSV(B) | 273.09º | 0.68% | 0.95% | - |
| XYZ | 34.83 | 20.04 | 86.04 | - |
| YUV | 123.02 | 195.15 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 77 | 242 | 0.31 | 0.68 | 0 | 0.05 | 273.09 | 0.86 | 0.63 |
| Hex | A8 | 4D | F2 | 1F | 44 | 0 | 5 | 111 | 56 | 3F |
| Octal | 250 | 115 | 362 | 37 | 104 | 0 | 5 | 421 | 126 | 77 |
| Binary | 10101000 | 1001101 | 11110010 | 11111 | 1000100 | 0 | 101 | 100010001 | 1010110 | 111111 |
Color Harmonies of #A84DF2
Complementary color
Monochromatic Colors of #A84DF2
Black with #A84DF2
Text Example
Text Example
White with #A84DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84DF2; }
p { color: rgb(168,77,242); }
H1.HeaderClassName
{
color: #A84DF2;
}
.AnyTagClassName
{
color: #A84DF2;
}
</style>
background-color css
<style>
a { background-color: #A84DF2; }
a { background-color: rgb(168,77,242); }
div.DivClassName
{
background-color: #A84DF2;
}
.BgClassName
{
background-color: #A84DF2;
}
</style>
border-color css
<style>
span { border-color: #A84DF2; }
span { border-color: rgb(168,77,242); }
td.TdClassName
{
border-color: #A84DF2;
}
.TagClassName
{
border-color: #A84DF2;
}
</style>