Shades of Medium Orchid #A851DB
Tints of Medium Orchid #A851DB
RGB
CMYK
RGB Variations
Color information
#A851DB (or 0xA851DB) is known color: Medium Orchid. HEX triplet: A8, 51 and DB. RGB value is (168,81,219). Sum of RGB (Red+Green+Blue) = 168+81+219=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 81 (32.03% from 255 or 17.31% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #A851DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A851DB is #57AE24. Grayscale: #7A7A7A. Windows color (decimal): -5746213 or 14373288. OLE color: 14373288.
HSL color Cylindrical-coordinate representation of color #A851DB: hue angle of 277.83º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A851DB is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 81 | 219 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.14 |
| HSL | 277.83º | 0.66% | 0.59% | - |
| HSV(B) | 277.83º | 0.63% | 0.86% | - |
| XYZ | 31.88 | 19.32 | 69.07 | - |
| YUV | 122.75 | 182.32 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 81 | 219 | 0.23 | 0.63 | 0 | 0.14 | 277.83 | 0.66 | 0.59 |
| Hex | A8 | 51 | DB | 17 | 3F | 0 | E | 116 | 42 | 3B |
| Octal | 250 | 121 | 333 | 27 | 77 | 0 | 16 | 426 | 102 | 73 |
| Binary | 10101000 | 1010001 | 11011011 | 10111 | 111111 | 0 | 1110 | 100010110 | 1000010 | 111011 |
Color Harmonies of #A851DB
Complementary color
Monochromatic Colors of #A851DB
Black with #A851DB
Text Example
Text Example
White with #A851DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A851DB; }
p { color: rgb(168,81,219); }
H1.HeaderClassName
{
color: #A851DB;
}
.AnyTagClassName
{
color: #A851DB;
}
</style>
background-color css
<style>
a { background-color: #A851DB; }
a { background-color: rgb(168,81,219); }
div.DivClassName
{
background-color: #A851DB;
}
.BgClassName
{
background-color: #A851DB;
}
</style>
border-color css
<style>
span { border-color: #A851DB; }
span { border-color: rgb(168,81,219); }
td.TdClassName
{
border-color: #A851DB;
}
.TagClassName
{
border-color: #A851DB;
}
</style>