Shades of Medium Orchid #A748D0
Tints of Medium Orchid #A748D0
RGB
CMYK
RGB Variations
Color information
#A748D0 (or 0xA748D0) is known color: Medium Orchid. HEX triplet: A7, 48 and D0. RGB value is (167,72,208). Sum of RGB (Red+Green+Blue) = 167+72+208=447 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.36% from 447); Green value is 72 (28.52% from 255 or 16.11% from 447); Blue value is 208 (81.64% from 255 or 46.53% from 447); Max value from RGB is 208 - color contains mainly: blue. Hex color #A748D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A748D0 is #58B72F. Grayscale: #737373. Windows color (decimal): -5814064 or 13650087. OLE color: 13650087.
HSL color Cylindrical-coordinate representation of color #A748D0: hue angle of 281.91º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A748D0 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 72 | 208 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.18 |
| HSL | 281.91º | 0.59% | 0.55% | - |
| HSV(B) | 281.91º | 0.65% | 0.82% | - |
| XYZ | 29.64 | 17.4 | 61.47 | - |
| YUV | 115.91 | 179.97 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 72 | 208 | 0.20 | 0.65 | 0 | 0.18 | 281.91 | 0.59 | 0.55 |
| Hex | A7 | 48 | D0 | 14 | 41 | 0 | 12 | 11A | 3B | 37 |
| Octal | 247 | 110 | 320 | 24 | 101 | 0 | 22 | 432 | 73 | 67 |
| Binary | 10100111 | 1001000 | 11010000 | 10100 | 1000001 | 0 | 10010 | 100011010 | 111011 | 110111 |
Color Harmonies of #A748D0
Complementary color
Monochromatic Colors of #A748D0
Black with #A748D0
Text Example
Text Example
White with #A748D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A748D0; }
p { color: rgb(167,72,208); }
H1.HeaderClassName
{
color: #A748D0;
}
.AnyTagClassName
{
color: #A748D0;
}
</style>
background-color css
<style>
a { background-color: #A748D0; }
a { background-color: rgb(167,72,208); }
div.DivClassName
{
background-color: #A748D0;
}
.BgClassName
{
background-color: #A748D0;
}
</style>
border-color css
<style>
span { border-color: #A748D0; }
span { border-color: rgb(167,72,208); }
td.TdClassName
{
border-color: #A748D0;
}
.TagClassName
{
border-color: #A748D0;
}
</style>