Shades of Dark Orchid #A741CF
Tints of Dark Orchid #A741CF
RGB
CMYK
RGB Variations
Color information
#A741CF (or 0xA741CF) is known color: Dark Orchid. HEX triplet: A7, 41 and CF. RGB value is (167,65,207). Sum of RGB (Red+Green+Blue) = 167+65+207=439 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.04% from 439); Green value is 65 (25.78% from 255 or 14.81% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #A741CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A741CF is #58BE30. Grayscale: #6F6F6F. Windows color (decimal): -5815857 or 13582759. OLE color: 13582759.
HSL color Cylindrical-coordinate representation of color #A741CF: hue angle of 283.1º 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 #A741CF is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 65 | 207 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.19 |
| HSL | 283.1º | 0.6% | 0.53% | - |
| HSV(B) | 283.1º | 0.69% | 0.81% | - |
| XYZ | 29.09 | 16.5 | 60.68 | - |
| YUV | 111.69 | 181.79 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 65 | 207 | 0.19 | 0.69 | 0 | 0.19 | 283.1 | 0.6 | 0.53 |
| Hex | A7 | 41 | CF | 13 | 45 | 0 | 13 | 11B | 3C | 35 |
| Octal | 247 | 101 | 317 | 23 | 105 | 0 | 23 | 433 | 74 | 65 |
| Binary | 10100111 | 1000001 | 11001111 | 10011 | 1000101 | 0 | 10011 | 100011011 | 111100 | 110101 |
Color Harmonies of #A741CF
Complementary color
Monochromatic Colors of #A741CF
Black with #A741CF
Text Example
Text Example
White with #A741CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A741CF; }
p { color: rgb(167,65,207); }
H1.HeaderClassName
{
color: #A741CF;
}
.AnyTagClassName
{
color: #A741CF;
}
</style>
background-color css
<style>
a { background-color: #A741CF; }
a { background-color: rgb(167,65,207); }
div.DivClassName
{
background-color: #A741CF;
}
.BgClassName
{
background-color: #A741CF;
}
</style>
border-color css
<style>
span { border-color: #A741CF; }
span { border-color: rgb(167,65,207); }
td.TdClassName
{
border-color: #A741CF;
}
.TagClassName
{
border-color: #A741CF;
}
</style>