Shades of Medium Orchid #A749D0
Tints of Medium Orchid #A749D0
RGB
CMYK
RGB Variations
Color information
#A749D0 (or 0xA749D0) is known color: Medium Orchid. HEX triplet: A7, 49 and D0. RGB value is (167,73,208). Sum of RGB (Red+Green+Blue) = 167+73+208=448 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.28% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 208 (81.64% from 255 or 46.43% from 448); Max value from RGB is 208 - color contains mainly: blue. Hex color #A749D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A749D0 is #58B62F. Grayscale: #747474. Windows color (decimal): -5813808 or 13650343. OLE color: 13650343.
HSL color Cylindrical-coordinate representation of color #A749D0: hue angle of 281.78º 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 #A749D0 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 73 | 208 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.18 |
| HSL | 281.78º | 0.59% | 0.55% | - |
| HSV(B) | 281.78º | 0.65% | 0.82% | - |
| XYZ | 29.7 | 17.53 | 61.49 | - |
| YUV | 116.5 | 179.64 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 73 | 208 | 0.20 | 0.65 | 0 | 0.18 | 281.78 | 0.59 | 0.55 |
| Hex | A7 | 49 | D0 | 14 | 41 | 0 | 12 | 11A | 3B | 37 |
| Octal | 247 | 111 | 320 | 24 | 101 | 0 | 22 | 432 | 73 | 67 |
| Binary | 10100111 | 1001001 | 11010000 | 10100 | 1000001 | 0 | 10010 | 100011010 | 111011 | 110111 |
Color Harmonies of #A749D0
Complementary color
Monochromatic Colors of #A749D0
Black with #A749D0
Text Example
Text Example
White with #A749D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A749D0; }
p { color: rgb(167,73,208); }
H1.HeaderClassName
{
color: #A749D0;
}
.AnyTagClassName
{
color: #A749D0;
}
</style>
background-color css
<style>
a { background-color: #A749D0; }
a { background-color: rgb(167,73,208); }
div.DivClassName
{
background-color: #A749D0;
}
.BgClassName
{
background-color: #A749D0;
}
</style>
border-color css
<style>
span { border-color: #A749D0; }
span { border-color: rgb(167,73,208); }
td.TdClassName
{
border-color: #A749D0;
}
.TagClassName
{
border-color: #A749D0;
}
</style>