Shades of Medium Orchid #A851DC
Tints of Medium Orchid #A851DC
RGB
CMYK
RGB Variations
Color information
#A851DC (or 0xA851DC) is known color: Medium Orchid. HEX triplet: A8, 51 and DC. RGB value is (168,81,220). Sum of RGB (Red+Green+Blue) = 168+81+220=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #A851DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A851DC is #57AE23. Grayscale: #7A7A7A. Windows color (decimal): -5746212 or 14438824. OLE color: 14438824.
HSL color Cylindrical-coordinate representation of color #A851DC: hue angle of 277.55º degrees, saturation: 0.67, 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 #A851DC is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 81 | 220 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.14 |
| HSL | 277.55º | 0.67% | 0.59% | - |
| HSV(B) | 277.55º | 0.63% | 0.86% | - |
| XYZ | 32.01 | 19.38 | 69.76 | - |
| YUV | 122.86 | 182.82 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 81 | 220 | 0.24 | 0.63 | 0 | 0.14 | 277.55 | 0.67 | 0.59 |
| Hex | A8 | 51 | DC | 18 | 3F | 0 | E | 116 | 43 | 3B |
| Octal | 250 | 121 | 334 | 30 | 77 | 0 | 16 | 426 | 103 | 73 |
| Binary | 10101000 | 1010001 | 11011100 | 11000 | 111111 | 0 | 1110 | 100010110 | 1000011 | 111011 |
Color Harmonies of #A851DC
Complementary color
Monochromatic Colors of #A851DC
Black with #A851DC
Text Example
Text Example
White with #A851DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A851DC; }
p { color: rgb(168,81,220); }
H1.HeaderClassName
{
color: #A851DC;
}
.AnyTagClassName
{
color: #A851DC;
}
</style>
background-color css
<style>
a { background-color: #A851DC; }
a { background-color: rgb(168,81,220); }
div.DivClassName
{
background-color: #A851DC;
}
.BgClassName
{
background-color: #A851DC;
}
</style>
border-color css
<style>
span { border-color: #A851DC; }
span { border-color: rgb(168,81,220); }
td.TdClassName
{
border-color: #A851DC;
}
.TagClassName
{
border-color: #A851DC;
}
</style>