Shades of Dark Orchid #A547DB
Tints of Dark Orchid #A547DB
RGB
CMYK
RGB Variations
Color information
#A547DB (or 0xA547DB) is known color: Dark Orchid. HEX triplet: A5, 47 and DB. RGB value is (165,71,219). Sum of RGB (Red+Green+Blue) = 165+71+219=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 71 (28.12% from 255 or 15.60% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #A547DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A547DB is #5AB824. Grayscale: #737373. Windows color (decimal): -5945381 or 14370725. OLE color: 14370725.
HSL color Cylindrical-coordinate representation of color #A547DB: hue angle of 278.11º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A547DB is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 71 | 219 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.14 |
| HSL | 278.11º | 0.67% | 0.57% | - |
| HSV(B) | 278.11º | 0.68% | 0.86% | - |
| XYZ | 30.56 | 17.62 | 68.81 | - |
| YUV | 115.98 | 186.14 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 71 | 219 | 0.25 | 0.68 | 0 | 0.14 | 278.11 | 0.67 | 0.57 |
| Hex | A5 | 47 | DB | 19 | 44 | 0 | E | 116 | 43 | 39 |
| Octal | 245 | 107 | 333 | 31 | 104 | 0 | 16 | 426 | 103 | 71 |
| Binary | 10100101 | 1000111 | 11011011 | 11001 | 1000100 | 0 | 1110 | 100010110 | 1000011 | 111001 |
Color Harmonies of #A547DB
Complementary color
Monochromatic Colors of #A547DB
Black with #A547DB
Text Example
Text Example
White with #A547DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A547DB; }
p { color: rgb(165,71,219); }
H1.HeaderClassName
{
color: #A547DB;
}
.AnyTagClassName
{
color: #A547DB;
}
</style>
background-color css
<style>
a { background-color: #A547DB; }
a { background-color: rgb(165,71,219); }
div.DivClassName
{
background-color: #A547DB;
}
.BgClassName
{
background-color: #A547DB;
}
</style>
border-color css
<style>
span { border-color: #A547DB; }
span { border-color: rgb(165,71,219); }
td.TdClassName
{
border-color: #A547DB;
}
.TagClassName
{
border-color: #A547DB;
}
</style>