Shades of Dark Orchid #A041CF
Tints of Dark Orchid #A041CF
RGB
CMYK
RGB Variations
Color information
#A041CF (or 0xA041CF) is known color: Dark Orchid. HEX triplet: A0, 41 and CF. RGB value is (160,65,207). Sum of RGB (Red+Green+Blue) = 160+65+207=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #A041CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A041CF is #5FBE30. Grayscale: #6D6D6D. Windows color (decimal): -6274609 or 13582752. OLE color: 13582752.
HSL color Cylindrical-coordinate representation of color #A041CF: hue angle of 280.14º 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 #A041CF is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 65 | 207 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.19 |
| HSL | 280.14º | 0.6% | 0.53% | - |
| HSV(B) | 280.14º | 0.69% | 0.81% | - |
| XYZ | 27.65 | 15.76 | 60.62 | - |
| YUV | 109.59 | 182.97 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 207 | 0.23 | 0.69 | 0 | 0.19 | 280.14 | 0.6 | 0.53 |
| Hex | A0 | 41 | CF | 17 | 45 | 0 | 13 | 118 | 3C | 35 |
| Octal | 240 | 101 | 317 | 27 | 105 | 0 | 23 | 430 | 74 | 65 |
| Binary | 10100000 | 1000001 | 11001111 | 10111 | 1000101 | 0 | 10011 | 100011000 | 111100 | 110101 |
Color Harmonies of #A041CF
Complementary color
Monochromatic Colors of #A041CF
Black with #A041CF
Text Example
Text Example
White with #A041CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A041CF; }
p { color: rgb(160,65,207); }
H1.HeaderClassName
{
color: #A041CF;
}
.AnyTagClassName
{
color: #A041CF;
}
</style>
background-color css
<style>
a { background-color: #A041CF; }
a { background-color: rgb(160,65,207); }
div.DivClassName
{
background-color: #A041CF;
}
.BgClassName
{
background-color: #A041CF;
}
</style>
border-color css
<style>
span { border-color: #A041CF; }
span { border-color: rgb(160,65,207); }
td.TdClassName
{
border-color: #A041CF;
}
.TagClassName
{
border-color: #A041CF;
}
</style>