Shades of Dark Orchid #A141BF
Tints of Dark Orchid #A141BF
RGB
CMYK
RGB Variations
Color information
#A141BF (or 0xA141BF) is known color: Dark Orchid. HEX triplet: A1, 41 and BF. RGB value is (161,65,191). Sum of RGB (Red+Green+Blue) = 161+65+191=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #A141BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A141BF is #5EBE40. Grayscale: #6B6B6B. Windows color (decimal): -6209089 or 12534177. OLE color: 12534177.
HSL color Cylindrical-coordinate representation of color #A141BF: hue angle of 285.71º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A141BF is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 65 | 191 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.25 |
| HSL | 285.71º | 0.5% | 0.5% | - |
| HSV(B) | 285.71º | 0.66% | 0.75% | - |
| XYZ | 25.99 | 15.12 | 50.84 | - |
| YUV | 108.07 | 174.8 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 65 | 191 | 0.16 | 0.66 | 0 | 0.25 | 285.71 | 0.5 | 0.5 |
| Hex | A1 | 41 | BF | 10 | 42 | 0 | 19 | 11E | 32 | 32 |
| Octal | 241 | 101 | 277 | 20 | 102 | 0 | 31 | 436 | 62 | 62 |
| Binary | 10100001 | 1000001 | 10111111 | 10000 | 1000010 | 0 | 11001 | 100011110 | 110010 | 110010 |
Color Harmonies of #A141BF
Complementary color
Monochromatic Colors of #A141BF
Black with #A141BF
Text Example
Text Example
White with #A141BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A141BF; }
p { color: rgb(161,65,191); }
H1.HeaderClassName
{
color: #A141BF;
}
.AnyTagClassName
{
color: #A141BF;
}
</style>
background-color css
<style>
a { background-color: #A141BF; }
a { background-color: rgb(161,65,191); }
div.DivClassName
{
background-color: #A141BF;
}
.BgClassName
{
background-color: #A141BF;
}
</style>
border-color css
<style>
span { border-color: #A141BF; }
span { border-color: rgb(161,65,191); }
td.TdClassName
{
border-color: #A141BF;
}
.TagClassName
{
border-color: #A141BF;
}
</style>