Shades of Dark Orchid #A541CF
Tints of Dark Orchid #A541CF
RGB
CMYK
RGB Variations
Color information
#A541CF (or 0xA541CF) is known color: Dark Orchid. HEX triplet: A5, 41 and CF. RGB value is (165,65,207). Sum of RGB (Red+Green+Blue) = 165+65+207=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 65 (25.78% from 255 or 14.87% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #A541CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A541CF is #5ABE30. Grayscale: #6E6E6E. Windows color (decimal): -5946929 or 13582757. OLE color: 13582757.
HSL color Cylindrical-coordinate representation of color #A541CF: hue angle of 282.25º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A541CF is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 65 | 207 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.19 |
| HSL | 282.25º | 0.6% | 0.53% | - |
| HSV(B) | 282.25º | 0.69% | 0.81% | - |
| XYZ | 28.67 | 16.28 | 60.66 | - |
| YUV | 111.09 | 182.13 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 65 | 207 | 0.20 | 0.69 | 0 | 0.19 | 282.25 | 0.6 | 0.53 |
| Hex | A5 | 41 | CF | 14 | 45 | 0 | 13 | 11A | 3C | 35 |
| Octal | 245 | 101 | 317 | 24 | 105 | 0 | 23 | 432 | 74 | 65 |
| Binary | 10100101 | 1000001 | 11001111 | 10100 | 1000101 | 0 | 10011 | 100011010 | 111100 | 110101 |
Color Harmonies of #A541CF
Complementary color
Monochromatic Colors of #A541CF
Black with #A541CF
Text Example
Text Example
White with #A541CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A541CF; }
p { color: rgb(165,65,207); }
H1.HeaderClassName
{
color: #A541CF;
}
.AnyTagClassName
{
color: #A541CF;
}
</style>
background-color css
<style>
a { background-color: #A541CF; }
a { background-color: rgb(165,65,207); }
div.DivClassName
{
background-color: #A541CF;
}
.BgClassName
{
background-color: #A541CF;
}
</style>
border-color css
<style>
span { border-color: #A541CF; }
span { border-color: rgb(165,65,207); }
td.TdClassName
{
border-color: #A541CF;
}
.TagClassName
{
border-color: #A541CF;
}
</style>