Shades of Medium Orchid #A651DF
Tints of Medium Orchid #A651DF
RGB
CMYK
RGB Variations
Color information
#A651DF (or 0xA651DF) is known color: Medium Orchid. HEX triplet: A6, 51 and DF. RGB value is (166,81,223). Sum of RGB (Red+Green+Blue) = 166+81+223=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 81 (32.03% from 255 or 17.23% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #A651DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A651DF is #59AE20. Grayscale: #7A7A7A. Windows color (decimal): -5877281 or 14635430. OLE color: 14635430.
HSL color Cylindrical-coordinate representation of color #A651DF: hue angle of 275.92º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A651DF is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 81 | 223 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.13 |
| HSL | 275.92º | 0.69% | 0.6% | - |
| HSV(B) | 275.92º | 0.64% | 0.87% | - |
| XYZ | 31.99 | 19.32 | 71.86 | - |
| YUV | 122.6 | 184.66 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 81 | 223 | 0.26 | 0.64 | 0 | 0.13 | 275.92 | 0.69 | 0.6 |
| Hex | A6 | 51 | DF | 1A | 40 | 0 | D | 114 | 45 | 3C |
| Octal | 246 | 121 | 337 | 32 | 100 | 0 | 15 | 424 | 105 | 74 |
| Binary | 10100110 | 1010001 | 11011111 | 11010 | 1000000 | 0 | 1101 | 100010100 | 1000101 | 111100 |
Color Harmonies of #A651DF
Complementary color
Monochromatic Colors of #A651DF
Black with #A651DF
Text Example
Text Example
White with #A651DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A651DF; }
p { color: rgb(166,81,223); }
H1.HeaderClassName
{
color: #A651DF;
}
.AnyTagClassName
{
color: #A651DF;
}
</style>
background-color css
<style>
a { background-color: #A651DF; }
a { background-color: rgb(166,81,223); }
div.DivClassName
{
background-color: #A651DF;
}
.BgClassName
{
background-color: #A651DF;
}
</style>
border-color css
<style>
span { border-color: #A651DF; }
span { border-color: rgb(166,81,223); }
td.TdClassName
{
border-color: #A651DF;
}
.TagClassName
{
border-color: #A651DF;
}
</style>