Shades of Dark Orchid #A81CBC
Tints of Dark Orchid #A81CBC
RGB
CMYK
RGB Variations
Color information
#A81CBC (or 0xA81CBC) is known color: Dark Orchid. HEX triplet: A8, 1C and BC. RGB value is (168,28,188). Sum of RGB (Red+Green+Blue) = 168+28+188=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 28 (11.33% from 255 or 7.29% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #A81CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81CBC is #57E343. Grayscale: #575757. Windows color (decimal): -5759812 or 12328104. OLE color: 12328104.
HSL color Cylindrical-coordinate representation of color #A81CBC: hue angle of 292.5º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81CBC is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 28 | 188 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.26 |
| HSL | 292.5º | 0.74% | 0.42% | - |
| HSV(B) | 292.5º | 0.85% | 0.74% | - |
| XYZ | 25.64 | 12.79 | 48.69 | - |
| YUV | 88.1 | 184.38 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 28 | 188 | 0.11 | 0.85 | 0 | 0.26 | 292.5 | 0.74 | 0.42 |
| Hex | A8 | 1C | BC | B | 55 | 0 | 1A | 124 | 4A | 2A |
| Octal | 250 | 34 | 274 | 13 | 125 | 0 | 32 | 444 | 112 | 52 |
| Binary | 10101000 | 11100 | 10111100 | 1011 | 1010101 | 0 | 11010 | 100100100 | 1001010 | 101010 |
Color Harmonies of #A81CBC
Complementary color
Monochromatic Colors of #A81CBC
Black with #A81CBC
Text Example
Text Example
White with #A81CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81CBC; }
p { color: rgb(168,28,188); }
H1.HeaderClassName
{
color: #A81CBC;
}
.AnyTagClassName
{
color: #A81CBC;
}
</style>
background-color css
<style>
a { background-color: #A81CBC; }
a { background-color: rgb(168,28,188); }
div.DivClassName
{
background-color: #A81CBC;
}
.BgClassName
{
background-color: #A81CBC;
}
</style>
border-color css
<style>
span { border-color: #A81CBC; }
span { border-color: rgb(168,28,188); }
td.TdClassName
{
border-color: #A81CBC;
}
.TagClassName
{
border-color: #A81CBC;
}
</style>