Shades of Dark Orchid #A81DCF
Tints of Dark Orchid #A81DCF
RGB
CMYK
RGB Variations
Color information
#A81DCF (or 0xA81DCF) is known color: Dark Orchid. HEX triplet: A8, 1D and CF. RGB value is (168,29,207). Sum of RGB (Red+Green+Blue) = 168+29+207=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 29 (11.72% from 255 or 7.18% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #A81DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81DCF is #57E230. Grayscale: #5A5A5A. Windows color (decimal): -5759537 or 13573544. OLE color: 13573544.
HSL color Cylindrical-coordinate representation of color #A81DCF: hue angle of 286.85º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81DCF is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 29 | 207 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.19 |
| HSL | 286.85º | 0.75% | 0.46% | - |
| HSV(B) | 286.85º | 0.86% | 0.81% | - |
| XYZ | 27.85 | 13.71 | 60.21 | - |
| YUV | 90.85 | 193.55 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 29 | 207 | 0.19 | 0.86 | 0 | 0.19 | 286.85 | 0.75 | 0.46 |
| Hex | A8 | 1D | CF | 13 | 56 | 0 | 13 | 11F | 4B | 2E |
| Octal | 250 | 35 | 317 | 23 | 126 | 0 | 23 | 437 | 113 | 56 |
| Binary | 10101000 | 11101 | 11001111 | 10011 | 1010110 | 0 | 10011 | 100011111 | 1001011 | 101110 |
Color Harmonies of #A81DCF
Complementary color
Monochromatic Colors of #A81DCF
Black with #A81DCF
Text Example
Text Example
White with #A81DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81DCF; }
p { color: rgb(168,29,207); }
H1.HeaderClassName
{
color: #A81DCF;
}
.AnyTagClassName
{
color: #A81DCF;
}
</style>
background-color css
<style>
a { background-color: #A81DCF; }
a { background-color: rgb(168,29,207); }
div.DivClassName
{
background-color: #A81DCF;
}
.BgClassName
{
background-color: #A81DCF;
}
</style>
border-color css
<style>
span { border-color: #A81DCF; }
span { border-color: rgb(168,29,207); }
td.TdClassName
{
border-color: #A81DCF;
}
.TagClassName
{
border-color: #A81DCF;
}
</style>