Shades of Medium Orchid #A748EF
Tints of Medium Orchid #A748EF
RGB
CMYK
RGB Variations
Color information
#A748EF (or 0xA748EF) is known color: Medium Orchid. HEX triplet: A7, 48 and EF. RGB value is (167,72,239). Sum of RGB (Red+Green+Blue) = 167+72+239=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 72 (28.52% from 255 or 15.06% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #A748EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A748EF is #58B710. Grayscale: #767676. Windows color (decimal): -5814033 or 15681703. OLE color: 15681703.
HSL color Cylindrical-coordinate representation of color #A748EF: hue angle of 274.13º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A748EF is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 72 | 239 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.06 |
| HSL | 274.13º | 0.84% | 0.61% | - |
| HSV(B) | 274.13º | 0.7% | 0.94% | - |
| XYZ | 33.83 | 19.08 | 83.56 | - |
| YUV | 119.44 | 195.47 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 72 | 239 | 0.30 | 0.70 | 0 | 0.06 | 274.13 | 0.84 | 0.61 |
| Hex | A7 | 48 | EF | 1E | 46 | 0 | 6 | 112 | 54 | 3D |
| Octal | 247 | 110 | 357 | 36 | 106 | 0 | 6 | 422 | 124 | 75 |
| Binary | 10100111 | 1001000 | 11101111 | 11110 | 1000110 | 0 | 110 | 100010010 | 1010100 | 111101 |
Color Harmonies of #A748EF
Complementary color
Monochromatic Colors of #A748EF
Black with #A748EF
Text Example
Text Example
White with #A748EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A748EF; }
p { color: rgb(167,72,239); }
H1.HeaderClassName
{
color: #A748EF;
}
.AnyTagClassName
{
color: #A748EF;
}
</style>
background-color css
<style>
a { background-color: #A748EF; }
a { background-color: rgb(167,72,239); }
div.DivClassName
{
background-color: #A748EF;
}
.BgClassName
{
background-color: #A748EF;
}
</style>
border-color css
<style>
span { border-color: #A748EF; }
span { border-color: rgb(167,72,239); }
td.TdClassName
{
border-color: #A748EF;
}
.TagClassName
{
border-color: #A748EF;
}
</style>