Shades of Dark Orchid #A545D3
Tints of Dark Orchid #A545D3
RGB
CMYK
RGB Variations
Color information
#A545D3 (or 0xA545D3) is known color: Dark Orchid. HEX triplet: A5, 45 and D3. RGB value is (165,69,211). Sum of RGB (Red+Green+Blue) = 165+69+211=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 69 (27.34% from 255 or 15.51% from 445); Blue value is 211 (82.81% from 255 or 47.42% from 445); Max value from RGB is 211 - color contains mainly: blue. Hex color #A545D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A545D3 is #5ABA2C. Grayscale: #717171. Windows color (decimal): -5945901 or 13845925. OLE color: 13845925.
HSL color Cylindrical-coordinate representation of color #A545D3: hue angle of 280.56º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A545D3 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 165 | 69 | 211 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.17 |
| HSL | 280.56º | 0.62% | 0.55% | - |
| HSV(B) | 280.56º | 0.67% | 0.83% | - |
| XYZ | 29.4 | 16.96 | 63.35 | - |
| YUV | 113.89 | 182.8 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 69 | 211 | 0.22 | 0.67 | 0 | 0.17 | 280.56 | 0.62 | 0.55 |
| Hex | A5 | 45 | D3 | 16 | 43 | 0 | 11 | 119 | 3E | 37 |
| Octal | 245 | 105 | 323 | 26 | 103 | 0 | 21 | 431 | 76 | 67 |
| Binary | 10100101 | 1000101 | 11010011 | 10110 | 1000011 | 0 | 10001 | 100011001 | 111110 | 110111 |
Color Harmonies of #A545D3
Complementary color
Monochromatic Colors of #A545D3
Black with #A545D3
Text Example
Text Example
White with #A545D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A545D3; }
p { color: rgb(165,69,211); }
H1.HeaderClassName
{
color: #A545D3;
}
.AnyTagClassName
{
color: #A545D3;
}
</style>
background-color css
<style>
a { background-color: #A545D3; }
a { background-color: rgb(165,69,211); }
div.DivClassName
{
background-color: #A545D3;
}
.BgClassName
{
background-color: #A545D3;
}
</style>
border-color css
<style>
span { border-color: #A545D3; }
span { border-color: rgb(165,69,211); }
td.TdClassName
{
border-color: #A545D3;
}
.TagClassName
{
border-color: #A545D3;
}
</style>