Shades of Medium Orchid #A951DB
Tints of Medium Orchid #A951DB
RGB
CMYK
RGB Variations
Color information
#A951DB (or 0xA951DB) is known color: Medium Orchid. HEX triplet: A9, 51 and DB. RGB value is (169,81,219). Sum of RGB (Red+Green+Blue) = 169+81+219=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #A951DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A951DB is #56AE24. Grayscale: #7A7A7A. Windows color (decimal): -5680677 or 14373289. OLE color: 14373289.
HSL color Cylindrical-coordinate representation of color #A951DB: hue angle of 278.26º 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 #A951DB is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 81 | 219 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.14 |
| HSL | 278.26º | 0.66% | 0.59% | - |
| HSV(B) | 278.26º | 0.63% | 0.86% | - |
| XYZ | 32.09 | 19.43 | 69.08 | - |
| YUV | 123.04 | 182.15 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 81 | 219 | 0.23 | 0.63 | 0 | 0.14 | 278.26 | 0.66 | 0.59 |
| Hex | A9 | 51 | DB | 17 | 3F | 0 | E | 116 | 42 | 3B |
| Octal | 251 | 121 | 333 | 27 | 77 | 0 | 16 | 426 | 102 | 73 |
| Binary | 10101001 | 1010001 | 11011011 | 10111 | 111111 | 0 | 1110 | 100010110 | 1000010 | 111011 |
Color Harmonies of #A951DB
Complementary color
Monochromatic Colors of #A951DB
Black with #A951DB
Text Example
Text Example
White with #A951DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A951DB; }
p { color: rgb(169,81,219); }
H1.HeaderClassName
{
color: #A951DB;
}
.AnyTagClassName
{
color: #A951DB;
}
</style>
background-color css
<style>
a { background-color: #A951DB; }
a { background-color: rgb(169,81,219); }
div.DivClassName
{
background-color: #A951DB;
}
.BgClassName
{
background-color: #A951DB;
}
</style>
border-color css
<style>
span { border-color: #A951DB; }
span { border-color: rgb(169,81,219); }
td.TdClassName
{
border-color: #A951DB;
}
.TagClassName
{
border-color: #A951DB;
}
</style>