Shades of Medium Orchid #A84AF4
Tints of Medium Orchid #A84AF4
RGB
CMYK
RGB Variations
Color information
#A84AF4 (or 0xA84AF4) is known color: Medium Orchid. HEX triplet: A8, 4A and F4. RGB value is (168,74,244). Sum of RGB (Red+Green+Blue) = 168+74+244=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 74 (29.30% from 255 or 15.23% from 486); Blue value is 244 (95.70% from 255 or 50.21% from 486); Max value from RGB is 244 - color contains mainly: blue. Hex color #A84AF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A84AF4 is #57B50B. Grayscale: #787878. Windows color (decimal): -5747980 or 16009896. OLE color: 16009896.
HSL color Cylindrical-coordinate representation of color #A84AF4: hue angle of 273.18º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A84AF4 is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 74 | 244 | - |
| CMYK | 0.31 | 0.70 | 0 | 0.04 |
| HSL | 273.18º | 0.89% | 0.62% | - |
| HSV(B) | 273.18º | 0.7% | 0.96% | - |
| XYZ | 34.93 | 19.75 | 87.56 | - |
| YUV | 121.49 | 197.14 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 74 | 244 | 0.31 | 0.70 | 0 | 0.04 | 273.18 | 0.89 | 0.62 |
| Hex | A8 | 4A | F4 | 1F | 46 | 0 | 4 | 111 | 59 | 3E |
| Octal | 250 | 112 | 364 | 37 | 106 | 0 | 4 | 421 | 131 | 76 |
| Binary | 10101000 | 1001010 | 11110100 | 11111 | 1000110 | 0 | 100 | 100010001 | 1011001 | 111110 |
Color Harmonies of #A84AF4
Complementary color
Monochromatic Colors of #A84AF4
Black with #A84AF4
Text Example
Text Example
White with #A84AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84AF4; }
p { color: rgb(168,74,244); }
H1.HeaderClassName
{
color: #A84AF4;
}
.AnyTagClassName
{
color: #A84AF4;
}
</style>
background-color css
<style>
a { background-color: #A84AF4; }
a { background-color: rgb(168,74,244); }
div.DivClassName
{
background-color: #A84AF4;
}
.BgClassName
{
background-color: #A84AF4;
}
</style>
border-color css
<style>
span { border-color: #A84AF4; }
span { border-color: rgb(168,74,244); }
td.TdClassName
{
border-color: #A84AF4;
}
.TagClassName
{
border-color: #A84AF4;
}
</style>