Shades of Dark Orchid #A547D5
Tints of Dark Orchid #A547D5
RGB
CMYK
RGB Variations
Color information
#A547D5 (or 0xA547D5) is known color: Dark Orchid. HEX triplet: A5, 47 and D5. RGB value is (165,71,213). Sum of RGB (Red+Green+Blue) = 165+71+213=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 213 (83.59% from 255 or 47.44% from 449); Max value from RGB is 213 - color contains mainly: blue. Hex color #A547D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A547D5 is #5AB82A. Grayscale: #727272. Windows color (decimal): -5945387 or 13977509. OLE color: 13977509.
HSL color Cylindrical-coordinate representation of color #A547D5: hue angle of 279.72º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A547D5 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 71 | 213 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.16 |
| HSL | 279.72º | 0.63% | 0.56% | - |
| HSV(B) | 279.72º | 0.67% | 0.84% | - |
| XYZ | 29.78 | 17.31 | 64.72 | - |
| YUV | 115.29 | 183.14 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 71 | 213 | 0.23 | 0.67 | 0 | 0.16 | 279.72 | 0.63 | 0.56 |
| Hex | A5 | 47 | D5 | 17 | 43 | 0 | 10 | 118 | 3F | 38 |
| Octal | 245 | 107 | 325 | 27 | 103 | 0 | 20 | 430 | 77 | 70 |
| Binary | 10100101 | 1000111 | 11010101 | 10111 | 1000011 | 0 | 10000 | 100011000 | 111111 | 111000 |
Color Harmonies of #A547D5
Complementary color
Monochromatic Colors of #A547D5
Black with #A547D5
Text Example
Text Example
White with #A547D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A547D5; }
p { color: rgb(165,71,213); }
H1.HeaderClassName
{
color: #A547D5;
}
.AnyTagClassName
{
color: #A547D5;
}
</style>
background-color css
<style>
a { background-color: #A547D5; }
a { background-color: rgb(165,71,213); }
div.DivClassName
{
background-color: #A547D5;
}
.BgClassName
{
background-color: #A547D5;
}
</style>
border-color css
<style>
span { border-color: #A547D5; }
span { border-color: rgb(165,71,213); }
td.TdClassName
{
border-color: #A547D5;
}
.TagClassName
{
border-color: #A547D5;
}
</style>