Shades of Dark Orchid #A545D1
Tints of Dark Orchid #A545D1
RGB
CMYK
RGB Variations
Color information
#A545D1 (or 0xA545D1) is known color: Dark Orchid. HEX triplet: A5, 45 and D1. RGB value is (165,69,209). Sum of RGB (Red+Green+Blue) = 165+69+209=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 209 (82.03% from 255 or 47.18% from 443); Max value from RGB is 209 - color contains mainly: blue. Hex color #A545D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A545D1 is #5ABA2E. Grayscale: #717171. Windows color (decimal): -5945903 or 13714853. OLE color: 13714853.
HSL color Cylindrical-coordinate representation of color #A545D1: hue angle of 281.14º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A545D1 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 69 | 209 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.18 |
| HSL | 281.14º | 0.6% | 0.55% | - |
| HSV(B) | 281.14º | 0.67% | 0.82% | - |
| XYZ | 29.15 | 16.86 | 62.04 | - |
| YUV | 113.66 | 181.8 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 69 | 209 | 0.21 | 0.67 | 0 | 0.18 | 281.14 | 0.6 | 0.55 |
| Hex | A5 | 45 | D1 | 15 | 43 | 0 | 12 | 119 | 3C | 37 |
| Octal | 245 | 105 | 321 | 25 | 103 | 0 | 22 | 431 | 74 | 67 |
| Binary | 10100101 | 1000101 | 11010001 | 10101 | 1000011 | 0 | 10010 | 100011001 | 111100 | 110111 |
Color Harmonies of #A545D1
Complementary color
Monochromatic Colors of #A545D1
Black with #A545D1
Text Example
Text Example
White with #A545D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A545D1; }
p { color: rgb(165,69,209); }
H1.HeaderClassName
{
color: #A545D1;
}
.AnyTagClassName
{
color: #A545D1;
}
</style>
background-color css
<style>
a { background-color: #A545D1; }
a { background-color: rgb(165,69,209); }
div.DivClassName
{
background-color: #A545D1;
}
.BgClassName
{
background-color: #A545D1;
}
</style>
border-color css
<style>
span { border-color: #A545D1; }
span { border-color: rgb(165,69,209); }
td.TdClassName
{
border-color: #A545D1;
}
.TagClassName
{
border-color: #A545D1;
}
</style>