Shades of Medium Orchid #A84BDB
Tints of Medium Orchid #A84BDB
RGB
CMYK
RGB Variations
Color information
#A84BDB (or 0xA84BDB) is known color: Medium Orchid. HEX triplet: A8, 4B and DB. RGB value is (168,75,219). Sum of RGB (Red+Green+Blue) = 168+75+219=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 75 (29.69% from 255 or 16.23% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #A84BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84BDB is #57B424. Grayscale: #767676. Windows color (decimal): -5747749 or 14371752. OLE color: 14371752.
HSL color Cylindrical-coordinate representation of color #A84BDB: hue angle of 278.75º 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 #A84BDB is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 75 | 219 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.14 |
| HSL | 278.75º | 0.67% | 0.58% | - |
| HSV(B) | 278.75º | 0.66% | 0.86% | - |
| XYZ | 31.45 | 18.47 | 68.93 | - |
| YUV | 119.22 | 184.31 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 75 | 219 | 0.23 | 0.66 | 0 | 0.14 | 278.75 | 0.67 | 0.58 |
| Hex | A8 | 4B | DB | 17 | 42 | 0 | E | 117 | 43 | 3A |
| Octal | 250 | 113 | 333 | 27 | 102 | 0 | 16 | 427 | 103 | 72 |
| Binary | 10101000 | 1001011 | 11011011 | 10111 | 1000010 | 0 | 1110 | 100010111 | 1000011 | 111010 |
Color Harmonies of #A84BDB
Complementary color
Monochromatic Colors of #A84BDB
Black with #A84BDB
Text Example
Text Example
White with #A84BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84BDB; }
p { color: rgb(168,75,219); }
H1.HeaderClassName
{
color: #A84BDB;
}
.AnyTagClassName
{
color: #A84BDB;
}
</style>
background-color css
<style>
a { background-color: #A84BDB; }
a { background-color: rgb(168,75,219); }
div.DivClassName
{
background-color: #A84BDB;
}
.BgClassName
{
background-color: #A84BDB;
}
</style>
border-color css
<style>
span { border-color: #A84BDB; }
span { border-color: rgb(168,75,219); }
td.TdClassName
{
border-color: #A84BDB;
}
.TagClassName
{
border-color: #A84BDB;
}
</style>