Shades of Dark Orchid #A841BF
Tints of Dark Orchid #A841BF
RGB
CMYK
RGB Variations
Color information
#A841BF (or 0xA841BF) is known color: Dark Orchid. HEX triplet: A8, 41 and BF. RGB value is (168,65,191). Sum of RGB (Red+Green+Blue) = 168+65+191=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 65 (25.78% from 255 or 15.33% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #A841BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A841BF is #57BE40. Grayscale: #6D6D6D. Windows color (decimal): -5750337 or 12534184. OLE color: 12534184.
HSL color Cylindrical-coordinate representation of color #A841BF: hue angle of 289.05º 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 #A841BF is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 65 | 191 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.25 |
| HSL | 289.05º | 0.5% | 0.5% | - |
| HSV(B) | 289.05º | 0.66% | 0.75% | - |
| XYZ | 27.44 | 15.87 | 50.91 | - |
| YUV | 110.16 | 173.62 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 191 | 0.12 | 0.66 | 0 | 0.25 | 289.05 | 0.5 | 0.5 |
| Hex | A8 | 41 | BF | C | 42 | 0 | 19 | 121 | 32 | 32 |
| Octal | 250 | 101 | 277 | 14 | 102 | 0 | 31 | 441 | 62 | 62 |
| Binary | 10101000 | 1000001 | 10111111 | 1100 | 1000010 | 0 | 11001 | 100100001 | 110010 | 110010 |
Color Harmonies of #A841BF
Complementary color
Monochromatic Colors of #A841BF
Black with #A841BF
Text Example
Text Example
White with #A841BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A841BF; }
p { color: rgb(168,65,191); }
H1.HeaderClassName
{
color: #A841BF;
}
.AnyTagClassName
{
color: #A841BF;
}
</style>
background-color css
<style>
a { background-color: #A841BF; }
a { background-color: rgb(168,65,191); }
div.DivClassName
{
background-color: #A841BF;
}
.BgClassName
{
background-color: #A841BF;
}
</style>
border-color css
<style>
span { border-color: #A841BF; }
span { border-color: rgb(168,65,191); }
td.TdClassName
{
border-color: #A841BF;
}
.TagClassName
{
border-color: #A841BF;
}
</style>