Shades of Medium Orchid #A651E0
Tints of Medium Orchid #A651E0
RGB
CMYK
RGB Variations
Color information
#A651E0 (or 0xA651E0) is known color: Medium Orchid. HEX triplet: A6, 51 and E0. RGB value is (166,81,224). Sum of RGB (Red+Green+Blue) = 166+81+224=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 224 (87.89% from 255 or 47.56% from 471); Max value from RGB is 224 - color contains mainly: blue. Hex color #A651E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A651E0 is #59AE1F. Grayscale: #7A7A7A. Windows color (decimal): -5877280 or 14700966. OLE color: 14700966.
HSL color Cylindrical-coordinate representation of color #A651E0: hue angle of 275.66º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A651E0 is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 81 | 224 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.12 |
| HSL | 275.66º | 0.7% | 0.6% | - |
| HSV(B) | 275.66º | 0.64% | 0.88% | - |
| XYZ | 32.12 | 19.37 | 72.57 | - |
| YUV | 122.72 | 185.16 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 81 | 224 | 0.26 | 0.64 | 0 | 0.12 | 275.66 | 0.7 | 0.6 |
| Hex | A6 | 51 | E0 | 1A | 40 | 0 | C | 114 | 46 | 3C |
| Octal | 246 | 121 | 340 | 32 | 100 | 0 | 14 | 424 | 106 | 74 |
| Binary | 10100110 | 1010001 | 11100000 | 11010 | 1000000 | 0 | 1100 | 100010100 | 1000110 | 111100 |
Color Harmonies of #A651E0
Complementary color
Monochromatic Colors of #A651E0
Black with #A651E0
Text Example
Text Example
White with #A651E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A651E0; }
p { color: rgb(166,81,224); }
H1.HeaderClassName
{
color: #A651E0;
}
.AnyTagClassName
{
color: #A651E0;
}
</style>
background-color css
<style>
a { background-color: #A651E0; }
a { background-color: rgb(166,81,224); }
div.DivClassName
{
background-color: #A651E0;
}
.BgClassName
{
background-color: #A651E0;
}
</style>
border-color css
<style>
span { border-color: #A651E0; }
span { border-color: rgb(166,81,224); }
td.TdClassName
{
border-color: #A651E0;
}
.TagClassName
{
border-color: #A651E0;
}
</style>