Shades of Dark Orchid #A141CF
Tints of Dark Orchid #A141CF
RGB
CMYK
RGB Variations
Color information
#A141CF (or 0xA141CF) is known color: Dark Orchid. HEX triplet: A1, 41 and CF. RGB value is (161,65,207). Sum of RGB (Red+Green+Blue) = 161+65+207=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #A141CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A141CF is #5EBE30. Grayscale: #6D6D6D. Windows color (decimal): -6209073 or 13582753. OLE color: 13582753.
HSL color Cylindrical-coordinate representation of color #A141CF: hue angle of 280.56º 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 #A141CF is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 65 | 207 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.19 |
| HSL | 280.56º | 0.6% | 0.53% | - |
| HSV(B) | 280.56º | 0.69% | 0.81% | - |
| XYZ | 27.85 | 15.86 | 60.63 | - |
| YUV | 109.89 | 182.8 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 65 | 207 | 0.22 | 0.69 | 0 | 0.19 | 280.56 | 0.6 | 0.53 |
| Hex | A1 | 41 | CF | 16 | 45 | 0 | 13 | 119 | 3C | 35 |
| Octal | 241 | 101 | 317 | 26 | 105 | 0 | 23 | 431 | 74 | 65 |
| Binary | 10100001 | 1000001 | 11001111 | 10110 | 1000101 | 0 | 10011 | 100011001 | 111100 | 110101 |
Color Harmonies of #A141CF
Complementary color
Monochromatic Colors of #A141CF
Black with #A141CF
Text Example
Text Example
White with #A141CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A141CF; }
p { color: rgb(161,65,207); }
H1.HeaderClassName
{
color: #A141CF;
}
.AnyTagClassName
{
color: #A141CF;
}
</style>
background-color css
<style>
a { background-color: #A141CF; }
a { background-color: rgb(161,65,207); }
div.DivClassName
{
background-color: #A141CF;
}
.BgClassName
{
background-color: #A141CF;
}
</style>
border-color css
<style>
span { border-color: #A141CF; }
span { border-color: rgb(161,65,207); }
td.TdClassName
{
border-color: #A141CF;
}
.TagClassName
{
border-color: #A141CF;
}
</style>