Shades of Medium Orchid #A84FD0
Tints of Medium Orchid #A84FD0
RGB
CMYK
RGB Variations
Color information
#A84FD0 (or 0xA84FD0) is known color: Medium Orchid. HEX triplet: A8, 4F and D0. RGB value is (168,79,208). Sum of RGB (Red+Green+Blue) = 168+79+208=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 79 (31.25% from 255 or 17.36% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 208 - color contains mainly: blue. Hex color #A84FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84FD0 is #57B02F. Grayscale: #777777. Windows color (decimal): -5746736 or 13651880. OLE color: 13651880.
HSL color Cylindrical-coordinate representation of color #A84FD0: hue angle of 281.4º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A84FD0 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 79 | 208 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.18 |
| HSL | 281.4º | 0.58% | 0.56% | - |
| HSV(B) | 281.4º | 0.62% | 0.82% | - |
| XYZ | 30.33 | 18.47 | 61.64 | - |
| YUV | 120.32 | 177.49 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 79 | 208 | 0.19 | 0.62 | 0 | 0.18 | 281.4 | 0.58 | 0.56 |
| Hex | A8 | 4F | D0 | 13 | 3E | 0 | 12 | 119 | 3A | 38 |
| Octal | 250 | 117 | 320 | 23 | 76 | 0 | 22 | 431 | 72 | 70 |
| Binary | 10101000 | 1001111 | 11010000 | 10011 | 111110 | 0 | 10010 | 100011001 | 111010 | 111000 |
Color Harmonies of #A84FD0
Complementary color
Monochromatic Colors of #A84FD0
Black with #A84FD0
Text Example
Text Example
White with #A84FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84FD0; }
p { color: rgb(168,79,208); }
H1.HeaderClassName
{
color: #A84FD0;
}
.AnyTagClassName
{
color: #A84FD0;
}
</style>
background-color css
<style>
a { background-color: #A84FD0; }
a { background-color: rgb(168,79,208); }
div.DivClassName
{
background-color: #A84FD0;
}
.BgClassName
{
background-color: #A84FD0;
}
</style>
border-color css
<style>
span { border-color: #A84FD0; }
span { border-color: rgb(168,79,208); }
td.TdClassName
{
border-color: #A84FD0;
}
.TagClassName
{
border-color: #A84FD0;
}
</style>