Shades of Medium Orchid #A748DF
Tints of Medium Orchid #A748DF
RGB
CMYK
RGB Variations
Color information
#A748DF (or 0xA748DF) is known color: Medium Orchid. HEX triplet: A7, 48 and DF. RGB value is (167,72,223). Sum of RGB (Red+Green+Blue) = 167+72+223=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 72 (28.52% from 255 or 15.58% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #A748DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A748DF is #58B720. Grayscale: #757575. Windows color (decimal): -5814049 or 14633127. OLE color: 14633127.
HSL color Cylindrical-coordinate representation of color #A748DF: hue angle of 277.75º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A748DF is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 72 | 223 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.13 |
| HSL | 277.75º | 0.7% | 0.58% | - |
| HSV(B) | 277.75º | 0.68% | 0.87% | - |
| XYZ | 31.57 | 18.18 | 71.66 | - |
| YUV | 117.62 | 187.47 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 72 | 223 | 0.25 | 0.68 | 0 | 0.13 | 277.75 | 0.7 | 0.58 |
| Hex | A7 | 48 | DF | 19 | 44 | 0 | D | 116 | 46 | 3A |
| Octal | 247 | 110 | 337 | 31 | 104 | 0 | 15 | 426 | 106 | 72 |
| Binary | 10100111 | 1001000 | 11011111 | 11001 | 1000100 | 0 | 1101 | 100010110 | 1000110 | 111010 |
Color Harmonies of #A748DF
Complementary color
Monochromatic Colors of #A748DF
Black with #A748DF
Text Example
Text Example
White with #A748DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A748DF; }
p { color: rgb(167,72,223); }
H1.HeaderClassName
{
color: #A748DF;
}
.AnyTagClassName
{
color: #A748DF;
}
</style>
background-color css
<style>
a { background-color: #A748DF; }
a { background-color: rgb(167,72,223); }
div.DivClassName
{
background-color: #A748DF;
}
.BgClassName
{
background-color: #A748DF;
}
</style>
border-color css
<style>
span { border-color: #A748DF; }
span { border-color: rgb(167,72,223); }
td.TdClassName
{
border-color: #A748DF;
}
.TagClassName
{
border-color: #A748DF;
}
</style>