Shades of Dark Orchid #A841D0
Tints of Dark Orchid #A841D0
RGB
CMYK
RGB Variations
Color information
#A841D0 (or 0xA841D0) is known color: Dark Orchid. HEX triplet: A8, 41 and D0. RGB value is (168,65,208). Sum of RGB (Red+Green+Blue) = 168+65+208=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 208 (81.64% from 255 or 47.17% from 441); Max value from RGB is 208 - color contains mainly: blue. Hex color #A841D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A841D0 is #57BE2F. Grayscale: #6F6F6F. Windows color (decimal): -5750320 or 13648296. OLE color: 13648296.
HSL color Cylindrical-coordinate representation of color #A841D0: hue angle of 283.22º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A841D0 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 65 | 208 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.18 |
| HSL | 283.22º | 0.6% | 0.54% | - |
| HSV(B) | 283.22º | 0.69% | 0.82% | - |
| XYZ | 29.42 | 16.66 | 61.34 | - |
| YUV | 112.1 | 182.12 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 208 | 0.19 | 0.69 | 0 | 0.18 | 283.22 | 0.6 | 0.54 |
| Hex | A8 | 41 | D0 | 13 | 45 | 0 | 12 | 11B | 3C | 36 |
| Octal | 250 | 101 | 320 | 23 | 105 | 0 | 22 | 433 | 74 | 66 |
| Binary | 10101000 | 1000001 | 11010000 | 10011 | 1000101 | 0 | 10010 | 100011011 | 111100 | 110110 |
Color Harmonies of #A841D0
Complementary color
Monochromatic Colors of #A841D0
Black with #A841D0
Text Example
Text Example
White with #A841D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A841D0; }
p { color: rgb(168,65,208); }
H1.HeaderClassName
{
color: #A841D0;
}
.AnyTagClassName
{
color: #A841D0;
}
</style>
background-color css
<style>
a { background-color: #A841D0; }
a { background-color: rgb(168,65,208); }
div.DivClassName
{
background-color: #A841D0;
}
.BgClassName
{
background-color: #A841D0;
}
</style>
border-color css
<style>
span { border-color: #A841D0; }
span { border-color: rgb(168,65,208); }
td.TdClassName
{
border-color: #A841D0;
}
.TagClassName
{
border-color: #A841D0;
}
</style>