Shades of Medium Orchid #A749D5
Tints of Medium Orchid #A749D5
RGB
CMYK
RGB Variations
Color information
#A749D5 (or 0xA749D5) is known color: Medium Orchid. HEX triplet: A7, 49 and D5. RGB value is (167,73,213). Sum of RGB (Red+Green+Blue) = 167+73+213=453 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.87% from 453); Green value is 73 (28.91% from 255 or 16.11% from 453); Blue value is 213 (83.59% from 255 or 47.02% from 453); Max value from RGB is 213 - color contains mainly: blue. Hex color #A749D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A749D5 is #58B62A. Grayscale: #747474. Windows color (decimal): -5813803 or 13978023. OLE color: 13978023.
HSL color Cylindrical-coordinate representation of color #A749D5: hue angle of 280.29º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A749D5 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 73 | 213 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.16 |
| HSL | 280.29º | 0.63% | 0.56% | - |
| HSV(B) | 280.29º | 0.66% | 0.84% | - |
| XYZ | 30.33 | 17.78 | 64.79 | - |
| YUV | 117.07 | 182.14 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 73 | 213 | 0.22 | 0.66 | 0 | 0.16 | 280.29 | 0.63 | 0.56 |
| Hex | A7 | 49 | D5 | 16 | 42 | 0 | 10 | 118 | 3E | 38 |
| Octal | 247 | 111 | 325 | 26 | 102 | 0 | 20 | 430 | 76 | 70 |
| Binary | 10100111 | 1001001 | 11010101 | 10110 | 1000010 | 0 | 10000 | 100011000 | 111110 | 111000 |
Color Harmonies of #A749D5
Complementary color
Monochromatic Colors of #A749D5
Black with #A749D5
Text Example
Text Example
White with #A749D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A749D5; }
p { color: rgb(167,73,213); }
H1.HeaderClassName
{
color: #A749D5;
}
.AnyTagClassName
{
color: #A749D5;
}
</style>
background-color css
<style>
a { background-color: #A749D5; }
a { background-color: rgb(167,73,213); }
div.DivClassName
{
background-color: #A749D5;
}
.BgClassName
{
background-color: #A749D5;
}
</style>
border-color css
<style>
span { border-color: #A749D5; }
span { border-color: rgb(167,73,213); }
td.TdClassName
{
border-color: #A749D5;
}
.TagClassName
{
border-color: #A749D5;
}
</style>