Shades of Medium Orchid #A651D7
Tints of Medium Orchid #A651D7
RGB
CMYK
RGB Variations
Color information
#A651D7 (or 0xA651D7) is known color: Medium Orchid. HEX triplet: A6, 51 and D7. RGB value is (166,81,215). Sum of RGB (Red+Green+Blue) = 166+81+215=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 215 (84.38% from 255 or 46.54% from 462); Max value from RGB is 215 - color contains mainly: blue. Hex color #A651D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A651D7 is #59AE28. Grayscale: #797979. Windows color (decimal): -5877289 or 14111142. OLE color: 14111142.
HSL color Cylindrical-coordinate representation of color #A651D7: hue angle of 278.06º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A651D7 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 81 | 215 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.16 |
| HSL | 278.06º | 0.63% | 0.58% | - |
| HSV(B) | 278.06º | 0.62% | 0.84% | - |
| XYZ | 30.93 | 18.9 | 66.31 | - |
| YUV | 121.69 | 180.66 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 81 | 215 | 0.23 | 0.62 | 0 | 0.16 | 278.06 | 0.63 | 0.58 |
| Hex | A6 | 51 | D7 | 17 | 3E | 0 | 10 | 116 | 3F | 3A |
| Octal | 246 | 121 | 327 | 27 | 76 | 0 | 20 | 426 | 77 | 72 |
| Binary | 10100110 | 1010001 | 11010111 | 10111 | 111110 | 0 | 10000 | 100010110 | 111111 | 111010 |
Color Harmonies of #A651D7
Complementary color
Monochromatic Colors of #A651D7
Black with #A651D7
Text Example
Text Example
White with #A651D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A651D7; }
p { color: rgb(166,81,215); }
H1.HeaderClassName
{
color: #A651D7;
}
.AnyTagClassName
{
color: #A651D7;
}
</style>
background-color css
<style>
a { background-color: #A651D7; }
a { background-color: rgb(166,81,215); }
div.DivClassName
{
background-color: #A651D7;
}
.BgClassName
{
background-color: #A651D7;
}
</style>
border-color css
<style>
span { border-color: #A651D7; }
span { border-color: rgb(166,81,215); }
td.TdClassName
{
border-color: #A651D7;
}
.TagClassName
{
border-color: #A651D7;
}
</style>