Shades of Medium Orchid #A749DB
Tints of Medium Orchid #A749DB
RGB
CMYK
RGB Variations
Color information
#A749DB (or 0xA749DB) is known color: Medium Orchid. HEX triplet: A7, 49 and DB. RGB value is (167,73,219). Sum of RGB (Red+Green+Blue) = 167+73+219=459 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.38% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #A749DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A749DB is #58B624. Grayscale: #757575. Windows color (decimal): -5813797 or 14371239. OLE color: 14371239.
HSL color Cylindrical-coordinate representation of color #A749DB: hue angle of 278.63º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A749DB is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 73 | 219 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.14 |
| HSL | 278.63º | 0.67% | 0.57% | - |
| HSV(B) | 278.63º | 0.67% | 0.86% | - |
| XYZ | 31.11 | 18.1 | 68.87 | - |
| YUV | 117.75 | 185.14 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 73 | 219 | 0.24 | 0.67 | 0 | 0.14 | 278.63 | 0.67 | 0.57 |
| Hex | A7 | 49 | DB | 18 | 43 | 0 | E | 117 | 43 | 39 |
| Octal | 247 | 111 | 333 | 30 | 103 | 0 | 16 | 427 | 103 | 71 |
| Binary | 10100111 | 1001001 | 11011011 | 11000 | 1000011 | 0 | 1110 | 100010111 | 1000011 | 111001 |
Color Harmonies of #A749DB
Complementary color
Monochromatic Colors of #A749DB
Black with #A749DB
Text Example
Text Example
White with #A749DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A749DB; }
p { color: rgb(167,73,219); }
H1.HeaderClassName
{
color: #A749DB;
}
.AnyTagClassName
{
color: #A749DB;
}
</style>
background-color css
<style>
a { background-color: #A749DB; }
a { background-color: rgb(167,73,219); }
div.DivClassName
{
background-color: #A749DB;
}
.BgClassName
{
background-color: #A749DB;
}
</style>
border-color css
<style>
span { border-color: #A749DB; }
span { border-color: rgb(167,73,219); }
td.TdClassName
{
border-color: #A749DB;
}
.TagClassName
{
border-color: #A749DB;
}
</style>