Shades of Medium Orchid #A751E4
Tints of Medium Orchid #A751E4
RGB
CMYK
RGB Variations
Color information
#A751E4 (or 0xA751E4) is known color: Medium Orchid. HEX triplet: A7, 51 and E4. RGB value is (167,81,228). Sum of RGB (Red+Green+Blue) = 167+81+228=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 228 (89.45% from 255 or 47.90% from 476); Max value from RGB is 228 - color contains mainly: blue. Hex color #A751E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A751E4 is #58AE1B. Grayscale: #7A7A7A. Windows color (decimal): -5811740 or 14963111. OLE color: 14963111.
HSL color Cylindrical-coordinate representation of color #A751E4: hue angle of 275.1º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A751E4 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 81 | 228 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.11 |
| HSL | 275.1º | 0.73% | 0.61% | - |
| HSV(B) | 275.1º | 0.64% | 0.89% | - |
| XYZ | 32.88 | 19.7 | 75.47 | - |
| YUV | 123.47 | 186.99 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 81 | 228 | 0.27 | 0.64 | 0 | 0.11 | 275.1 | 0.73 | 0.61 |
| Hex | A7 | 51 | E4 | 1B | 40 | 0 | B | 113 | 49 | 3D |
| Octal | 247 | 121 | 344 | 33 | 100 | 0 | 13 | 423 | 111 | 75 |
| Binary | 10100111 | 1010001 | 11100100 | 11011 | 1000000 | 0 | 1011 | 100010011 | 1001001 | 111101 |
Color Harmonies of #A751E4
Complementary color
Monochromatic Colors of #A751E4
Black with #A751E4
Text Example
Text Example
White with #A751E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A751E4; }
p { color: rgb(167,81,228); }
H1.HeaderClassName
{
color: #A751E4;
}
.AnyTagClassName
{
color: #A751E4;
}
</style>
background-color css
<style>
a { background-color: #A751E4; }
a { background-color: rgb(167,81,228); }
div.DivClassName
{
background-color: #A751E4;
}
.BgClassName
{
background-color: #A751E4;
}
</style>
border-color css
<style>
span { border-color: #A751E4; }
span { border-color: rgb(167,81,228); }
td.TdClassName
{
border-color: #A751E4;
}
.TagClassName
{
border-color: #A751E4;
}
</style>