Shades of Medium Orchid #A551DB
Tints of Medium Orchid #A551DB
RGB
CMYK
RGB Variations
Color information
#A551DB (or 0xA551DB) is known color: Medium Orchid. HEX triplet: A5, 51 and DB. RGB value is (165,81,219). Sum of RGB (Red+Green+Blue) = 165+81+219=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 81 (32.03% from 255 or 17.42% 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 #A551DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A551DB is #5AAE24. Grayscale: #797979. Windows color (decimal): -5942821 or 14373285. OLE color: 14373285.
HSL color Cylindrical-coordinate representation of color #A551DB: hue angle of 276.52º 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 #A551DB is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 81 | 219 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.14 |
| HSL | 276.52º | 0.66% | 0.59% | - |
| HSV(B) | 276.52º | 0.63% | 0.86% | - |
| XYZ | 31.25 | 19 | 69.04 | - |
| YUV | 121.85 | 182.83 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 81 | 219 | 0.25 | 0.63 | 0 | 0.14 | 276.52 | 0.66 | 0.59 |
| Hex | A5 | 51 | DB | 19 | 3F | 0 | E | 115 | 42 | 3B |
| Octal | 245 | 121 | 333 | 31 | 77 | 0 | 16 | 425 | 102 | 73 |
| Binary | 10100101 | 1010001 | 11011011 | 11001 | 111111 | 0 | 1110 | 100010101 | 1000010 | 111011 |
Color Harmonies of #A551DB
Complementary color
Monochromatic Colors of #A551DB
Black with #A551DB
Text Example
Text Example
White with #A551DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A551DB; }
p { color: rgb(165,81,219); }
H1.HeaderClassName
{
color: #A551DB;
}
.AnyTagClassName
{
color: #A551DB;
}
</style>
background-color css
<style>
a { background-color: #A551DB; }
a { background-color: rgb(165,81,219); }
div.DivClassName
{
background-color: #A551DB;
}
.BgClassName
{
background-color: #A551DB;
}
</style>
border-color css
<style>
span { border-color: #A551DB; }
span { border-color: rgb(165,81,219); }
td.TdClassName
{
border-color: #A551DB;
}
.TagClassName
{
border-color: #A551DB;
}
</style>