Shades of Medium Orchid #A84BDC
Tints of Medium Orchid #A84BDC
RGB
CMYK
RGB Variations
Color information
#A84BDC (or 0xA84BDC) is known color: Medium Orchid. HEX triplet: A8, 4B and DC. RGB value is (168,75,220). Sum of RGB (Red+Green+Blue) = 168+75+220=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 75 (29.69% from 255 or 16.20% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #A84BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84BDC is #57B423. Grayscale: #767676. Windows color (decimal): -5747748 or 14437288. OLE color: 14437288.
HSL color Cylindrical-coordinate representation of color #A84BDC: hue angle of 278.48º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A84BDC is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 75 | 220 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.14 |
| HSL | 278.48º | 0.67% | 0.58% | - |
| HSV(B) | 278.48º | 0.66% | 0.86% | - |
| XYZ | 31.58 | 18.52 | 69.62 | - |
| YUV | 119.34 | 184.81 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 75 | 220 | 0.24 | 0.66 | 0 | 0.14 | 278.48 | 0.67 | 0.58 |
| Hex | A8 | 4B | DC | 18 | 42 | 0 | E | 116 | 43 | 3A |
| Octal | 250 | 113 | 334 | 30 | 102 | 0 | 16 | 426 | 103 | 72 |
| Binary | 10101000 | 1001011 | 11011100 | 11000 | 1000010 | 0 | 1110 | 100010110 | 1000011 | 111010 |
Color Harmonies of #A84BDC
Complementary color
Monochromatic Colors of #A84BDC
Black with #A84BDC
Text Example
Text Example
White with #A84BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84BDC; }
p { color: rgb(168,75,220); }
H1.HeaderClassName
{
color: #A84BDC;
}
.AnyTagClassName
{
color: #A84BDC;
}
</style>
background-color css
<style>
a { background-color: #A84BDC; }
a { background-color: rgb(168,75,220); }
div.DivClassName
{
background-color: #A84BDC;
}
.BgClassName
{
background-color: #A84BDC;
}
</style>
border-color css
<style>
span { border-color: #A84BDC; }
span { border-color: rgb(168,75,220); }
td.TdClassName
{
border-color: #A84BDC;
}
.TagClassName
{
border-color: #A84BDC;
}
</style>