Shades of Dark Orchid #A540DB
Tints of Dark Orchid #A540DB
RGB
CMYK
RGB Variations
Color information
#A540DB (or 0xA540DB) is known color: Dark Orchid. HEX triplet: A5, 40 and DB. RGB value is (165,64,219). Sum of RGB (Red+Green+Blue) = 165+64+219=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 64 (25.39% from 255 or 14.29% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #A540DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A540DB is #5ABF24. Grayscale: #6F6F6F. Windows color (decimal): -5947173 or 14368933. OLE color: 14368933.
HSL color Cylindrical-coordinate representation of color #A540DB: hue angle of 279.1º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A540DB is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 64 | 219 | - |
| CMYK | 0.25 | 0.71 | 0 | 0.14 |
| HSL | 279.1º | 0.68% | 0.55% | - |
| HSV(B) | 279.1º | 0.71% | 0.86% | - |
| XYZ | 30.14 | 16.78 | 68.67 | - |
| YUV | 111.87 | 188.46 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 64 | 219 | 0.25 | 0.71 | 0 | 0.14 | 279.1 | 0.68 | 0.55 |
| Hex | A5 | 40 | DB | 19 | 47 | 0 | E | 117 | 44 | 37 |
| Octal | 245 | 100 | 333 | 31 | 107 | 0 | 16 | 427 | 104 | 67 |
| Binary | 10100101 | 1000000 | 11011011 | 11001 | 1000111 | 0 | 1110 | 100010111 | 1000100 | 110111 |
Color Harmonies of #A540DB
Complementary color
Monochromatic Colors of #A540DB
Black with #A540DB
Text Example
Text Example
White with #A540DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A540DB; }
p { color: rgb(165,64,219); }
H1.HeaderClassName
{
color: #A540DB;
}
.AnyTagClassName
{
color: #A540DB;
}
</style>
background-color css
<style>
a { background-color: #A540DB; }
a { background-color: rgb(165,64,219); }
div.DivClassName
{
background-color: #A540DB;
}
.BgClassName
{
background-color: #A540DB;
}
</style>
border-color css
<style>
span { border-color: #A540DB; }
span { border-color: rgb(165,64,219); }
td.TdClassName
{
border-color: #A540DB;
}
.TagClassName
{
border-color: #A540DB;
}
</style>