Shades of Medium Orchid #A749DA
Tints of Medium Orchid #A749DA
RGB
CMYK
RGB Variations
Color information
#A749DA (or 0xA749DA) is known color: Medium Orchid. HEX triplet: A7, 49 and DA. RGB value is (167,73,218). Sum of RGB (Red+Green+Blue) = 167+73+218=458 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.46% from 458); Green value is 73 (28.91% from 255 or 15.94% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #A749DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A749DA is #58B625. Grayscale: #757575. Windows color (decimal): -5813798 or 14305703. OLE color: 14305703.
HSL color Cylindrical-coordinate representation of color #A749DA: hue angle of 278.9º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A749DA is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 73 | 218 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.15 |
| HSL | 278.9º | 0.66% | 0.57% | - |
| HSV(B) | 278.9º | 0.67% | 0.85% | - |
| XYZ | 30.97 | 18.04 | 68.18 | - |
| YUV | 117.64 | 184.64 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 73 | 218 | 0.23 | 0.67 | 0 | 0.15 | 278.9 | 0.66 | 0.57 |
| Hex | A7 | 49 | DA | 17 | 43 | 0 | F | 117 | 42 | 39 |
| Octal | 247 | 111 | 332 | 27 | 103 | 0 | 17 | 427 | 102 | 71 |
| Binary | 10100111 | 1001001 | 11011010 | 10111 | 1000011 | 0 | 1111 | 100010111 | 1000010 | 111001 |
Color Harmonies of #A749DA
Complementary color
Monochromatic Colors of #A749DA
Black with #A749DA
Text Example
Text Example
White with #A749DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A749DA; }
p { color: rgb(167,73,218); }
H1.HeaderClassName
{
color: #A749DA;
}
.AnyTagClassName
{
color: #A749DA;
}
</style>
background-color css
<style>
a { background-color: #A749DA; }
a { background-color: rgb(167,73,218); }
div.DivClassName
{
background-color: #A749DA;
}
.BgClassName
{
background-color: #A749DA;
}
</style>
border-color css
<style>
span { border-color: #A749DA; }
span { border-color: rgb(167,73,218); }
td.TdClassName
{
border-color: #A749DA;
}
.TagClassName
{
border-color: #A749DA;
}
</style>