Shades of Medium Orchid #A84ADB
Tints of Medium Orchid #A84ADB
RGB
CMYK
RGB Variations
Color information
#A84ADB (or 0xA84ADB) is known color: Medium Orchid. HEX triplet: A8, 4A and DB. RGB value is (168,74,219). Sum of RGB (Red+Green+Blue) = 168+74+219=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 74 (29.30% from 255 or 16.05% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #A84ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84ADB is #57B524. Grayscale: #767676. Windows color (decimal): -5748005 or 14371496. OLE color: 14371496.
HSL color Cylindrical-coordinate representation of color #A84ADB: hue angle of 278.9º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A84ADB is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 74 | 219 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.14 |
| HSL | 278.9º | 0.67% | 0.57% | - |
| HSV(B) | 278.9º | 0.66% | 0.86% | - |
| XYZ | 31.38 | 18.34 | 68.9 | - |
| YUV | 118.64 | 184.64 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 74 | 219 | 0.23 | 0.66 | 0 | 0.14 | 278.9 | 0.67 | 0.57 |
| Hex | A8 | 4A | DB | 17 | 42 | 0 | E | 117 | 43 | 39 |
| Octal | 250 | 112 | 333 | 27 | 102 | 0 | 16 | 427 | 103 | 71 |
| Binary | 10101000 | 1001010 | 11011011 | 10111 | 1000010 | 0 | 1110 | 100010111 | 1000011 | 111001 |
Color Harmonies of #A84ADB
Complementary color
Monochromatic Colors of #A84ADB
Black with #A84ADB
Text Example
Text Example
White with #A84ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84ADB; }
p { color: rgb(168,74,219); }
H1.HeaderClassName
{
color: #A84ADB;
}
.AnyTagClassName
{
color: #A84ADB;
}
</style>
background-color css
<style>
a { background-color: #A84ADB; }
a { background-color: rgb(168,74,219); }
div.DivClassName
{
background-color: #A84ADB;
}
.BgClassName
{
background-color: #A84ADB;
}
</style>
border-color css
<style>
span { border-color: #A84ADB; }
span { border-color: rgb(168,74,219); }
td.TdClassName
{
border-color: #A84ADB;
}
.TagClassName
{
border-color: #A84ADB;
}
</style>