Shades of Medium Orchid #A650DB
Tints of Medium Orchid #A650DB
RGB
CMYK
RGB Variations
Color information
#A650DB (or 0xA650DB) is known color: Medium Orchid. HEX triplet: A6, 50 and DB. RGB value is (166,80,219). Sum of RGB (Red+Green+Blue) = 166+80+219=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #A650DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A650DB is #59AF24. Grayscale: #797979. Windows color (decimal): -5877541 or 14373030. OLE color: 14373030.
HSL color Cylindrical-coordinate representation of color #A650DB: hue angle of 277.12º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A650DB is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 80 | 219 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.14 |
| HSL | 277.12º | 0.66% | 0.59% | - |
| HSV(B) | 277.12º | 0.63% | 0.86% | - |
| XYZ | 31.38 | 18.96 | 69.02 | - |
| YUV | 121.56 | 182.99 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 80 | 219 | 0.24 | 0.63 | 0 | 0.14 | 277.12 | 0.66 | 0.59 |
| Hex | A6 | 50 | DB | 18 | 3F | 0 | E | 115 | 42 | 3B |
| Octal | 246 | 120 | 333 | 30 | 77 | 0 | 16 | 425 | 102 | 73 |
| Binary | 10100110 | 1010000 | 11011011 | 11000 | 111111 | 0 | 1110 | 100010101 | 1000010 | 111011 |
Color Harmonies of #A650DB
Complementary color
Monochromatic Colors of #A650DB
Black with #A650DB
Text Example
Text Example
White with #A650DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A650DB; }
p { color: rgb(166,80,219); }
H1.HeaderClassName
{
color: #A650DB;
}
.AnyTagClassName
{
color: #A650DB;
}
</style>
background-color css
<style>
a { background-color: #A650DB; }
a { background-color: rgb(166,80,219); }
div.DivClassName
{
background-color: #A650DB;
}
.BgClassName
{
background-color: #A650DB;
}
</style>
border-color css
<style>
span { border-color: #A650DB; }
span { border-color: rgb(166,80,219); }
td.TdClassName
{
border-color: #A650DB;
}
.TagClassName
{
border-color: #A650DB;
}
</style>