Shades of Dark Orchid #A81ACE
Tints of Dark Orchid #A81ACE
RGB
CMYK
RGB Variations
Color information
#A81ACE (or 0xA81ACE) is known color: Dark Orchid. HEX triplet: A8, 1A and CE. RGB value is (168,26,206). Sum of RGB (Red+Green+Blue) = 168+26+206=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 26 (10.55% from 255 or 6.5% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #A81ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81ACE is #57E531. Grayscale: #585858. Windows color (decimal): -5760306 or 13507240. OLE color: 13507240.
HSL color Cylindrical-coordinate representation of color #A81ACE: hue angle of 287.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A81ACE is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 26 | 206 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.19 |
| HSL | 287.33º | 0.78% | 0.45% | - |
| HSV(B) | 287.33º | 0.87% | 0.81% | - |
| XYZ | 27.66 | 13.52 | 59.54 | - |
| YUV | 88.98 | 194.04 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 26 | 206 | 0.18 | 0.87 | 0 | 0.19 | 287.33 | 0.78 | 0.45 |
| Hex | A8 | 1A | CE | 12 | 57 | 0 | 13 | 11F | 4E | 2D |
| Octal | 250 | 32 | 316 | 22 | 127 | 0 | 23 | 437 | 116 | 55 |
| Binary | 10101000 | 11010 | 11001110 | 10010 | 1010111 | 0 | 10011 | 100011111 | 1001110 | 101101 |
Color Harmonies of #A81ACE
Complementary color
Monochromatic Colors of #A81ACE
Black with #A81ACE
Text Example
Text Example
White with #A81ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81ACE; }
p { color: rgb(168,26,206); }
H1.HeaderClassName
{
color: #A81ACE;
}
.AnyTagClassName
{
color: #A81ACE;
}
</style>
background-color css
<style>
a { background-color: #A81ACE; }
a { background-color: rgb(168,26,206); }
div.DivClassName
{
background-color: #A81ACE;
}
.BgClassName
{
background-color: #A81ACE;
}
</style>
border-color css
<style>
span { border-color: #A81ACE; }
span { border-color: rgb(168,26,206); }
td.TdClassName
{
border-color: #A81ACE;
}
.TagClassName
{
border-color: #A81ACE;
}
</style>