Shades of Medium Orchid #A84AED
Tints of Medium Orchid #A84AED
RGB
CMYK
RGB Variations
Color information
#A84AED (or 0xA84AED) is known color: Medium Orchid. HEX triplet: A8, 4A and ED. RGB value is (168,74,237). Sum of RGB (Red+Green+Blue) = 168+74+237=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 74 (29.30% from 255 or 15.45% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #A84AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A84AED is #57B512. Grayscale: #787878. Windows color (decimal): -5747987 or 15551144. OLE color: 15551144.
HSL color Cylindrical-coordinate representation of color #A84AED: hue angle of 274.6º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A84AED is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 74 | 237 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.07 |
| HSL | 274.6º | 0.82% | 0.61% | - |
| HSV(B) | 274.6º | 0.69% | 0.93% | - |
| XYZ | 33.88 | 19.34 | 82.07 | - |
| YUV | 120.69 | 193.64 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 74 | 237 | 0.29 | 0.69 | 0 | 0.07 | 274.6 | 0.82 | 0.61 |
| Hex | A8 | 4A | ED | 1D | 45 | 0 | 7 | 113 | 52 | 3D |
| Octal | 250 | 112 | 355 | 35 | 105 | 0 | 7 | 423 | 122 | 75 |
| Binary | 10101000 | 1001010 | 11101101 | 11101 | 1000101 | 0 | 111 | 100010011 | 1010010 | 111101 |
Color Harmonies of #A84AED
Complementary color
Monochromatic Colors of #A84AED
Black with #A84AED
Text Example
Text Example
White with #A84AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84AED; }
p { color: rgb(168,74,237); }
H1.HeaderClassName
{
color: #A84AED;
}
.AnyTagClassName
{
color: #A84AED;
}
</style>
background-color css
<style>
a { background-color: #A84AED; }
a { background-color: rgb(168,74,237); }
div.DivClassName
{
background-color: #A84AED;
}
.BgClassName
{
background-color: #A84AED;
}
</style>
border-color css
<style>
span { border-color: #A84AED; }
span { border-color: rgb(168,74,237); }
td.TdClassName
{
border-color: #A84AED;
}
.TagClassName
{
border-color: #A84AED;
}
</style>