Shades of Medium Orchid #A751EE
Tints of Medium Orchid #A751EE
RGB
CMYK
RGB Variations
Color information
#A751EE (or 0xA751EE) is known color: Medium Orchid. HEX triplet: A7, 51 and EE. RGB value is (167,81,238). Sum of RGB (Red+Green+Blue) = 167+81+238=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 81 (32.03% from 255 or 16.67% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #A751EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A751EE is #58AE11. Grayscale: #7C7C7C. Windows color (decimal): -5811730 or 15618471. OLE color: 15618471.
HSL color Cylindrical-coordinate representation of color #A751EE: hue angle of 272.87º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A751EE is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 81 | 238 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.07 |
| HSL | 272.87º | 0.82% | 0.63% | - |
| HSV(B) | 272.87º | 0.66% | 0.93% | - |
| XYZ | 34.31 | 20.27 | 82.99 | - |
| YUV | 124.61 | 191.99 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 81 | 238 | 0.30 | 0.66 | 0 | 0.07 | 272.87 | 0.82 | 0.63 |
| Hex | A7 | 51 | EE | 1E | 42 | 0 | 7 | 111 | 52 | 3F |
| Octal | 247 | 121 | 356 | 36 | 102 | 0 | 7 | 421 | 122 | 77 |
| Binary | 10100111 | 1010001 | 11101110 | 11110 | 1000010 | 0 | 111 | 100010001 | 1010010 | 111111 |
Color Harmonies of #A751EE
Complementary color
Monochromatic Colors of #A751EE
Black with #A751EE
Text Example
Text Example
White with #A751EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A751EE; }
p { color: rgb(167,81,238); }
H1.HeaderClassName
{
color: #A751EE;
}
.AnyTagClassName
{
color: #A751EE;
}
</style>
background-color css
<style>
a { background-color: #A751EE; }
a { background-color: rgb(167,81,238); }
div.DivClassName
{
background-color: #A751EE;
}
.BgClassName
{
background-color: #A751EE;
}
</style>
border-color css
<style>
span { border-color: #A751EE; }
span { border-color: rgb(167,81,238); }
td.TdClassName
{
border-color: #A751EE;
}
.TagClassName
{
border-color: #A751EE;
}
</style>