Shades of Medium Orchid #A748CF
Tints of Medium Orchid #A748CF
RGB
CMYK
RGB Variations
Color information
#A748CF (or 0xA748CF) is known color: Medium Orchid. HEX triplet: A7, 48 and CF. RGB value is (167,72,207). Sum of RGB (Red+Green+Blue) = 167+72+207=446 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.44% from 446); Green value is 72 (28.52% from 255 or 16.14% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #A748CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A748CF is #58B730. Grayscale: #737373. Windows color (decimal): -5814065 or 13584551. OLE color: 13584551.
HSL color Cylindrical-coordinate representation of color #A748CF: hue angle of 282.22º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A748CF is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 72 | 207 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.19 |
| HSL | 282.22º | 0.58% | 0.55% | - |
| HSV(B) | 282.22º | 0.65% | 0.81% | - |
| XYZ | 29.52 | 17.36 | 60.83 | - |
| YUV | 115.8 | 179.47 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 72 | 207 | 0.19 | 0.65 | 0 | 0.19 | 282.22 | 0.58 | 0.55 |
| Hex | A7 | 48 | CF | 13 | 41 | 0 | 13 | 11A | 3A | 37 |
| Octal | 247 | 110 | 317 | 23 | 101 | 0 | 23 | 432 | 72 | 67 |
| Binary | 10100111 | 1001000 | 11001111 | 10011 | 1000001 | 0 | 10011 | 100011010 | 111010 | 110111 |
Color Harmonies of #A748CF
Complementary color
Monochromatic Colors of #A748CF
Black with #A748CF
Text Example
Text Example
White with #A748CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A748CF; }
p { color: rgb(167,72,207); }
H1.HeaderClassName
{
color: #A748CF;
}
.AnyTagClassName
{
color: #A748CF;
}
</style>
background-color css
<style>
a { background-color: #A748CF; }
a { background-color: rgb(167,72,207); }
div.DivClassName
{
background-color: #A748CF;
}
.BgClassName
{
background-color: #A748CF;
}
</style>
border-color css
<style>
span { border-color: #A748CF; }
span { border-color: rgb(167,72,207); }
td.TdClassName
{
border-color: #A748CF;
}
.TagClassName
{
border-color: #A748CF;
}
</style>