Shades of Dark Orchid #A545DC
Tints of Dark Orchid #A545DC
RGB
CMYK
RGB Variations
Color information
#A545DC (or 0xA545DC) is known color: Dark Orchid. HEX triplet: A5, 45 and DC. RGB value is (165,69,220). Sum of RGB (Red+Green+Blue) = 165+69+220=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 69 (27.34% from 255 or 15.20% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #A545DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A545DC is #5ABA23. Grayscale: #727272. Windows color (decimal): -5945892 or 14435749. OLE color: 14435749.
HSL color Cylindrical-coordinate representation of color #A545DC: hue angle of 278.15º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A545DC is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 69 | 220 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.14 |
| HSL | 278.15º | 0.68% | 0.57% | - |
| HSV(B) | 278.15º | 0.69% | 0.86% | - |
| XYZ | 30.56 | 17.42 | 69.46 | - |
| YUV | 114.92 | 187.3 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 69 | 220 | 0.25 | 0.69 | 0 | 0.14 | 278.15 | 0.68 | 0.57 |
| Hex | A5 | 45 | DC | 19 | 45 | 0 | E | 116 | 44 | 39 |
| Octal | 245 | 105 | 334 | 31 | 105 | 0 | 16 | 426 | 104 | 71 |
| Binary | 10100101 | 1000101 | 11011100 | 11001 | 1000101 | 0 | 1110 | 100010110 | 1000100 | 111001 |
Color Harmonies of #A545DC
Complementary color
Monochromatic Colors of #A545DC
Black with #A545DC
Text Example
Text Example
White with #A545DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A545DC; }
p { color: rgb(165,69,220); }
H1.HeaderClassName
{
color: #A545DC;
}
.AnyTagClassName
{
color: #A545DC;
}
</style>
background-color css
<style>
a { background-color: #A545DC; }
a { background-color: rgb(165,69,220); }
div.DivClassName
{
background-color: #A545DC;
}
.BgClassName
{
background-color: #A545DC;
}
</style>
border-color css
<style>
span { border-color: #A545DC; }
span { border-color: rgb(165,69,220); }
td.TdClassName
{
border-color: #A545DC;
}
.TagClassName
{
border-color: #A545DC;
}
</style>