Shades of Medium Orchid #A651F4
Tints of Medium Orchid #A651F4
RGB
CMYK
RGB Variations
Color information
#A651F4 (or 0xA651F4) is known color: Medium Orchid. HEX triplet: A6, 51 and F4. RGB value is (166,81,244). Sum of RGB (Red+Green+Blue) = 166+81+244=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 81 (32.03% from 255 or 16.50% from 491); Blue value is 244 (95.70% from 255 or 49.69% from 491); Max value from RGB is 244 - color contains mainly: blue. Hex color #A651F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A651F4 is #59AE0B. Grayscale: #7C7C7C. Windows color (decimal): -5877260 or 16011686. OLE color: 16011686.
HSL color Cylindrical-coordinate representation of color #A651F4: hue angle of 271.29º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A651F4 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 81 | 244 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.04 |
| HSL | 271.29º | 0.88% | 0.64% | - |
| HSV(B) | 271.29º | 0.67% | 0.96% | - |
| XYZ | 35 | 20.52 | 87.7 | - |
| YUV | 125 | 195.16 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 81 | 244 | 0.32 | 0.67 | 0 | 0.04 | 271.29 | 0.88 | 0.64 |
| Hex | A6 | 51 | F4 | 20 | 43 | 0 | 4 | 10F | 58 | 40 |
| Octal | 246 | 121 | 364 | 40 | 103 | 0 | 4 | 417 | 130 | 100 |
| Binary | 10100110 | 1010001 | 11110100 | 100000 | 1000011 | 0 | 100 | 100001111 | 1011000 | 1000000 |
Color Harmonies of #A651F4
Complementary color
Monochromatic Colors of #A651F4
Black with #A651F4
Text Example
Text Example
White with #A651F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A651F4; }
p { color: rgb(166,81,244); }
H1.HeaderClassName
{
color: #A651F4;
}
.AnyTagClassName
{
color: #A651F4;
}
</style>
background-color css
<style>
a { background-color: #A651F4; }
a { background-color: rgb(166,81,244); }
div.DivClassName
{
background-color: #A651F4;
}
.BgClassName
{
background-color: #A651F4;
}
</style>
border-color css
<style>
span { border-color: #A651F4; }
span { border-color: rgb(166,81,244); }
td.TdClassName
{
border-color: #A651F4;
}
.TagClassName
{
border-color: #A651F4;
}
</style>