Shades of Dark Orchid #A81DAC
Tints of Dark Orchid #A81DAC
RGB
CMYK
RGB Variations
Color information
#A81DAC (or 0xA81DAC) is known color: Dark Orchid. HEX triplet: A8, 1D and AC. RGB value is (168,29,172). Sum of RGB (Red+Green+Blue) = 168+29+172=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 29 (11.72% from 255 or 7.86% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #A81DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81DAC is #57E253. Grayscale: #565656. Windows color (decimal): -5759572 or 11279784. OLE color: 11279784.
HSL color Cylindrical-coordinate representation of color #A81DAC: hue angle of 298.32º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A81DAC is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 29 | 172 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.33 |
| HSL | 298.32º | 0.71% | 0.39% | - |
| HSV(B) | 298.32º | 0.83% | 0.67% | - |
| XYZ | 24.03 | 12.18 | 40.11 | - |
| YUV | 86.86 | 176.05 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 29 | 172 | 0.02 | 0.83 | 0 | 0.33 | 298.32 | 0.71 | 0.39 |
| Hex | A8 | 1D | AC | 2 | 53 | 0 | 21 | 12A | 47 | 27 |
| Octal | 250 | 35 | 254 | 2 | 123 | 0 | 41 | 452 | 107 | 47 |
| Binary | 10101000 | 11101 | 10101100 | 10 | 1010011 | 0 | 100001 | 100101010 | 1000111 | 100111 |
Color Harmonies of #A81DAC
Complementary color
Monochromatic Colors of #A81DAC
Black with #A81DAC
Text Example
Text Example
White with #A81DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81DAC; }
p { color: rgb(168,29,172); }
H1.HeaderClassName
{
color: #A81DAC;
}
.AnyTagClassName
{
color: #A81DAC;
}
</style>
background-color css
<style>
a { background-color: #A81DAC; }
a { background-color: rgb(168,29,172); }
div.DivClassName
{
background-color: #A81DAC;
}
.BgClassName
{
background-color: #A81DAC;
}
</style>
border-color css
<style>
span { border-color: #A81DAC; }
span { border-color: rgb(168,29,172); }
td.TdClassName
{
border-color: #A81DAC;
}
.TagClassName
{
border-color: #A81DAC;
}
</style>