Shades of Medium Orchid #A649DB
Tints of Medium Orchid #A649DB
RGB
CMYK
RGB Variations
Color information
#A649DB (or 0xA649DB) is known color: Medium Orchid. HEX triplet: A6, 49 and DB. RGB value is (166,73,219). Sum of RGB (Red+Green+Blue) = 166+73+219=458 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.24% from 458); Green value is 73 (28.91% from 255 or 15.94% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #A649DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A649DB is #59B624. Grayscale: #747474. Windows color (decimal): -5879333 or 14371238. OLE color: 14371238.
HSL color Cylindrical-coordinate representation of color #A649DB: hue angle of 278.22º 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 #A649DB is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 73 | 219 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.14 |
| HSL | 278.22º | 0.67% | 0.57% | - |
| HSV(B) | 278.22º | 0.67% | 0.86% | - |
| XYZ | 30.89 | 17.99 | 68.86 | - |
| YUV | 117.45 | 185.31 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 73 | 219 | 0.24 | 0.67 | 0 | 0.14 | 278.22 | 0.67 | 0.57 |
| Hex | A6 | 49 | DB | 18 | 43 | 0 | E | 116 | 43 | 39 |
| Octal | 246 | 111 | 333 | 30 | 103 | 0 | 16 | 426 | 103 | 71 |
| Binary | 10100110 | 1001001 | 11011011 | 11000 | 1000011 | 0 | 1110 | 100010110 | 1000011 | 111001 |
Color Harmonies of #A649DB
Complementary color
Monochromatic Colors of #A649DB
Black with #A649DB
Text Example
Text Example
White with #A649DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A649DB; }
p { color: rgb(166,73,219); }
H1.HeaderClassName
{
color: #A649DB;
}
.AnyTagClassName
{
color: #A649DB;
}
</style>
background-color css
<style>
a { background-color: #A649DB; }
a { background-color: rgb(166,73,219); }
div.DivClassName
{
background-color: #A649DB;
}
.BgClassName
{
background-color: #A649DB;
}
</style>
border-color css
<style>
span { border-color: #A649DB; }
span { border-color: rgb(166,73,219); }
td.TdClassName
{
border-color: #A649DB;
}
.TagClassName
{
border-color: #A649DB;
}
</style>