Shades of Dark Orchid #A544D0
Tints of Dark Orchid #A544D0
RGB
CMYK
RGB Variations
Color information
#A544D0 (or 0xA544D0) is known color: Dark Orchid. HEX triplet: A5, 44 and D0. RGB value is (165,68,208). Sum of RGB (Red+Green+Blue) = 165+68+208=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 208 (81.64% from 255 or 47.17% from 441); Max value from RGB is 208 - color contains mainly: blue. Hex color #A544D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A544D0 is #5ABB2F. Grayscale: #707070. Windows color (decimal): -5946160 or 13649061. OLE color: 13649061.
HSL color Cylindrical-coordinate representation of color #A544D0: hue angle of 281.57º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A544D0 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 68 | 208 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.18 |
| HSL | 281.57º | 0.6% | 0.54% | - |
| HSV(B) | 281.57º | 0.67% | 0.82% | - |
| XYZ | 28.97 | 16.69 | 61.37 | - |
| YUV | 112.96 | 181.64 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 68 | 208 | 0.21 | 0.67 | 0 | 0.18 | 281.57 | 0.6 | 0.54 |
| Hex | A5 | 44 | D0 | 15 | 43 | 0 | 12 | 11A | 3C | 36 |
| Octal | 245 | 104 | 320 | 25 | 103 | 0 | 22 | 432 | 74 | 66 |
| Binary | 10100101 | 1000100 | 11010000 | 10101 | 1000011 | 0 | 10010 | 100011010 | 111100 | 110110 |
Color Harmonies of #A544D0
Complementary color
Monochromatic Colors of #A544D0
Black with #A544D0
Text Example
Text Example
White with #A544D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A544D0; }
p { color: rgb(165,68,208); }
H1.HeaderClassName
{
color: #A544D0;
}
.AnyTagClassName
{
color: #A544D0;
}
</style>
background-color css
<style>
a { background-color: #A544D0; }
a { background-color: rgb(165,68,208); }
div.DivClassName
{
background-color: #A544D0;
}
.BgClassName
{
background-color: #A544D0;
}
</style>
border-color css
<style>
span { border-color: #A544D0; }
span { border-color: rgb(165,68,208); }
td.TdClassName
{
border-color: #A544D0;
}
.TagClassName
{
border-color: #A544D0;
}
</style>