Shades of Dark Orchid #A547DA
Tints of Dark Orchid #A547DA
RGB
CMYK
RGB Variations
Color information
#A547DA (or 0xA547DA) is known color: Dark Orchid. HEX triplet: A5, 47 and DA. RGB value is (165,71,218). Sum of RGB (Red+Green+Blue) = 165+71+218=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 71 (28.12% from 255 or 15.64% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #A547DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A547DA is #5AB825. Grayscale: #737373. Windows color (decimal): -5945382 or 14305189. OLE color: 14305189.
HSL color Cylindrical-coordinate representation of color #A547DA: hue angle of 278.37º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A547DA is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 71 | 218 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.15 |
| HSL | 278.37º | 0.67% | 0.57% | - |
| HSV(B) | 278.37º | 0.67% | 0.85% | - |
| XYZ | 30.43 | 17.57 | 68.12 | - |
| YUV | 115.86 | 185.64 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 71 | 218 | 0.24 | 0.67 | 0 | 0.15 | 278.37 | 0.67 | 0.57 |
| Hex | A5 | 47 | DA | 18 | 43 | 0 | F | 116 | 43 | 39 |
| Octal | 245 | 107 | 332 | 30 | 103 | 0 | 17 | 426 | 103 | 71 |
| Binary | 10100101 | 1000111 | 11011010 | 11000 | 1000011 | 0 | 1111 | 100010110 | 1000011 | 111001 |
Color Harmonies of #A547DA
Complementary color
Monochromatic Colors of #A547DA
Black with #A547DA
Text Example
Text Example
White with #A547DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A547DA; }
p { color: rgb(165,71,218); }
H1.HeaderClassName
{
color: #A547DA;
}
.AnyTagClassName
{
color: #A547DA;
}
</style>
background-color css
<style>
a { background-color: #A547DA; }
a { background-color: rgb(165,71,218); }
div.DivClassName
{
background-color: #A547DA;
}
.BgClassName
{
background-color: #A547DA;
}
</style>
border-color css
<style>
span { border-color: #A547DA; }
span { border-color: rgb(165,71,218); }
td.TdClassName
{
border-color: #A547DA;
}
.TagClassName
{
border-color: #A547DA;
}
</style>