Shades of Medium Orchid #A84CD0
Tints of Medium Orchid #A84CD0
RGB
CMYK
RGB Variations
Color information
#A84CD0 (or 0xA84CD0) is known color: Medium Orchid. HEX triplet: A8, 4C and D0. RGB value is (168,76,208). Sum of RGB (Red+Green+Blue) = 168+76+208=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 208 (81.64% from 255 or 46.02% from 452); Max value from RGB is 208 - color contains mainly: blue. Hex color #A84CD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84CD0 is #57B32F. Grayscale: #767676. Windows color (decimal): -5747504 or 13651112. OLE color: 13651112.
HSL color Cylindrical-coordinate representation of color #A84CD0: hue angle of 281.82º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A84CD0 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 76 | 208 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.18 |
| HSL | 281.82º | 0.58% | 0.56% | - |
| HSV(B) | 281.82º | 0.63% | 0.82% | - |
| XYZ | 30.12 | 18.05 | 61.57 | - |
| YUV | 118.56 | 178.48 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 76 | 208 | 0.19 | 0.63 | 0 | 0.18 | 281.82 | 0.58 | 0.56 |
| Hex | A8 | 4C | D0 | 13 | 3F | 0 | 12 | 11A | 3A | 38 |
| Octal | 250 | 114 | 320 | 23 | 77 | 0 | 22 | 432 | 72 | 70 |
| Binary | 10101000 | 1001100 | 11010000 | 10011 | 111111 | 0 | 10010 | 100011010 | 111010 | 111000 |
Color Harmonies of #A84CD0
Complementary color
Monochromatic Colors of #A84CD0
Black with #A84CD0
Text Example
Text Example
White with #A84CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84CD0; }
p { color: rgb(168,76,208); }
H1.HeaderClassName
{
color: #A84CD0;
}
.AnyTagClassName
{
color: #A84CD0;
}
</style>
background-color css
<style>
a { background-color: #A84CD0; }
a { background-color: rgb(168,76,208); }
div.DivClassName
{
background-color: #A84CD0;
}
.BgClassName
{
background-color: #A84CD0;
}
</style>
border-color css
<style>
span { border-color: #A84CD0; }
span { border-color: rgb(168,76,208); }
td.TdClassName
{
border-color: #A84CD0;
}
.TagClassName
{
border-color: #A84CD0;
}
</style>