Shades of Dark Orchid #A541CE
Tints of Dark Orchid #A541CE
RGB
CMYK
RGB Variations
Color information
#A541CE (or 0xA541CE) is known color: Dark Orchid. HEX triplet: A5, 41 and CE. RGB value is (165,65,206). Sum of RGB (Red+Green+Blue) = 165+65+206=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #A541CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A541CE is #5ABE31. Grayscale: #6E6E6E. Windows color (decimal): -5946930 or 13517221. OLE color: 13517221.
HSL color Cylindrical-coordinate representation of color #A541CE: hue angle of 282.55º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A541CE is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 65 | 206 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.19 |
| HSL | 282.55º | 0.59% | 0.53% | - |
| HSV(B) | 282.55º | 0.68% | 0.81% | - |
| XYZ | 28.55 | 16.24 | 60.02 | - |
| YUV | 110.97 | 181.63 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 65 | 206 | 0.20 | 0.68 | 0 | 0.19 | 282.55 | 0.59 | 0.53 |
| Hex | A5 | 41 | CE | 14 | 44 | 0 | 13 | 11B | 3B | 35 |
| Octal | 245 | 101 | 316 | 24 | 104 | 0 | 23 | 433 | 73 | 65 |
| Binary | 10100101 | 1000001 | 11001110 | 10100 | 1000100 | 0 | 10011 | 100011011 | 111011 | 110101 |
Color Harmonies of #A541CE
Complementary color
Monochromatic Colors of #A541CE
Black with #A541CE
Text Example
Text Example
White with #A541CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A541CE; }
p { color: rgb(165,65,206); }
H1.HeaderClassName
{
color: #A541CE;
}
.AnyTagClassName
{
color: #A541CE;
}
</style>
background-color css
<style>
a { background-color: #A541CE; }
a { background-color: rgb(165,65,206); }
div.DivClassName
{
background-color: #A541CE;
}
.BgClassName
{
background-color: #A541CE;
}
</style>
border-color css
<style>
span { border-color: #A541CE; }
span { border-color: rgb(165,65,206); }
td.TdClassName
{
border-color: #A541CE;
}
.TagClassName
{
border-color: #A541CE;
}
</style>