Shades of Dark Orchid #A81DB6
Tints of Dark Orchid #A81DB6
RGB
CMYK
RGB Variations
Color information
#A81DB6 (or 0xA81DB6) is known color: Dark Orchid. HEX triplet: A8, 1D and B6. RGB value is (168,29,182). Sum of RGB (Red+Green+Blue) = 168+29+182=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 29 (11.72% from 255 or 7.65% from 379); Blue value is 182 (71.48% from 255 or 48.02% from 379); Max value from RGB is 182 - color contains mainly: blue. Hex color #A81DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81DB6 is #57E249. Grayscale: #575757. Windows color (decimal): -5759562 or 11935144. OLE color: 11935144.
HSL color Cylindrical-coordinate representation of color #A81DB6: hue angle of 294.51º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A81DB6 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 29 | 182 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.29 |
| HSL | 294.51º | 0.73% | 0.41% | - |
| HSV(B) | 294.51º | 0.84% | 0.71% | - |
| XYZ | 25.03 | 12.58 | 45.37 | - |
| YUV | 88 | 181.05 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 29 | 182 | 0.08 | 0.84 | 0 | 0.29 | 294.51 | 0.73 | 0.41 |
| Hex | A8 | 1D | B6 | 8 | 54 | 0 | 1D | 127 | 49 | 29 |
| Octal | 250 | 35 | 266 | 10 | 124 | 0 | 35 | 447 | 111 | 51 |
| Binary | 10101000 | 11101 | 10110110 | 1000 | 1010100 | 0 | 11101 | 100100111 | 1001001 | 101001 |
Color Harmonies of #A81DB6
Complementary color
Monochromatic Colors of #A81DB6
Black with #A81DB6
Text Example
Text Example
White with #A81DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81DB6; }
p { color: rgb(168,29,182); }
H1.HeaderClassName
{
color: #A81DB6;
}
.AnyTagClassName
{
color: #A81DB6;
}
</style>
background-color css
<style>
a { background-color: #A81DB6; }
a { background-color: rgb(168,29,182); }
div.DivClassName
{
background-color: #A81DB6;
}
.BgClassName
{
background-color: #A81DB6;
}
</style>
border-color css
<style>
span { border-color: #A81DB6; }
span { border-color: rgb(168,29,182); }
td.TdClassName
{
border-color: #A81DB6;
}
.TagClassName
{
border-color: #A81DB6;
}
</style>