Shades of Medium Orchid #A84AF1
Tints of Medium Orchid #A84AF1
RGB
CMYK
RGB Variations
Color information
#A84AF1 (or 0xA84AF1) is known color: Medium Orchid. HEX triplet: A8, 4A and F1. RGB value is (168,74,241). Sum of RGB (Red+Green+Blue) = 168+74+241=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 74 (29.30% from 255 or 15.32% from 483); Blue value is 241 (94.53% from 255 or 49.90% from 483); Max value from RGB is 241 - color contains mainly: blue. Hex color #A84AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A84AF1 is #57B50E. Grayscale: #787878. Windows color (decimal): -5747983 or 15813288. OLE color: 15813288.
HSL color Cylindrical-coordinate representation of color #A84AF1: hue angle of 273.77º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A84AF1 is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 74 | 241 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.05 |
| HSL | 273.77º | 0.86% | 0.62% | - |
| HSV(B) | 273.77º | 0.69% | 0.95% | - |
| XYZ | 34.47 | 19.57 | 85.18 | - |
| YUV | 121.14 | 195.64 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 74 | 241 | 0.30 | 0.69 | 0 | 0.05 | 273.77 | 0.86 | 0.62 |
| Hex | A8 | 4A | F1 | 1E | 45 | 0 | 5 | 112 | 56 | 3E |
| Octal | 250 | 112 | 361 | 36 | 105 | 0 | 5 | 422 | 126 | 76 |
| Binary | 10101000 | 1001010 | 11110001 | 11110 | 1000101 | 0 | 101 | 100010010 | 1010110 | 111110 |
Color Harmonies of #A84AF1
Complementary color
Monochromatic Colors of #A84AF1
Black with #A84AF1
Text Example
Text Example
White with #A84AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84AF1; }
p { color: rgb(168,74,241); }
H1.HeaderClassName
{
color: #A84AF1;
}
.AnyTagClassName
{
color: #A84AF1;
}
</style>
background-color css
<style>
a { background-color: #A84AF1; }
a { background-color: rgb(168,74,241); }
div.DivClassName
{
background-color: #A84AF1;
}
.BgClassName
{
background-color: #A84AF1;
}
</style>
border-color css
<style>
span { border-color: #A84AF1; }
span { border-color: rgb(168,74,241); }
td.TdClassName
{
border-color: #A84AF1;
}
.TagClassName
{
border-color: #A84AF1;
}
</style>