Shades of Dark Orchid #A544CE
Tints of Dark Orchid #A544CE
RGB
CMYK
RGB Variations
Color information
#A544CE (or 0xA544CE) is known color: Dark Orchid. HEX triplet: A5, 44 and CE. RGB value is (165,68,206). Sum of RGB (Red+Green+Blue) = 165+68+206=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #A544CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A544CE is #5ABB31. Grayscale: #707070. Windows color (decimal): -5946162 or 13517989. OLE color: 13517989.
HSL color Cylindrical-coordinate representation of color #A544CE: hue angle of 282.17º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A544CE is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 68 | 206 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.19 |
| HSL | 282.17º | 0.58% | 0.54% | - |
| HSV(B) | 282.17º | 0.67% | 0.81% | - |
| XYZ | 28.72 | 16.59 | 60.08 | - |
| YUV | 112.74 | 180.64 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 68 | 206 | 0.20 | 0.67 | 0 | 0.19 | 282.17 | 0.58 | 0.54 |
| Hex | A5 | 44 | CE | 14 | 43 | 0 | 13 | 11A | 3A | 36 |
| Octal | 245 | 104 | 316 | 24 | 103 | 0 | 23 | 432 | 72 | 66 |
| Binary | 10100101 | 1000100 | 11001110 | 10100 | 1000011 | 0 | 10011 | 100011010 | 111010 | 110110 |
Color Harmonies of #A544CE
Complementary color
Monochromatic Colors of #A544CE
Black with #A544CE
Text Example
Text Example
White with #A544CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A544CE; }
p { color: rgb(165,68,206); }
H1.HeaderClassName
{
color: #A544CE;
}
.AnyTagClassName
{
color: #A544CE;
}
</style>
background-color css
<style>
a { background-color: #A544CE; }
a { background-color: rgb(165,68,206); }
div.DivClassName
{
background-color: #A544CE;
}
.BgClassName
{
background-color: #A544CE;
}
</style>
border-color css
<style>
span { border-color: #A544CE; }
span { border-color: rgb(165,68,206); }
td.TdClassName
{
border-color: #A544CE;
}
.TagClassName
{
border-color: #A544CE;
}
</style>