Shades of Dark Orchid #A81CBF
Tints of Dark Orchid #A81CBF
RGB
CMYK
RGB Variations
Color information
#A81CBF (or 0xA81CBF) is known color: Dark Orchid. HEX triplet: A8, 1C and BF. RGB value is (168,28,191). Sum of RGB (Red+Green+Blue) = 168+28+191=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 28 (11.33% from 255 or 7.24% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #A81CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81CBF is #57E340. Grayscale: #575757. Windows color (decimal): -5759809 or 12524712. OLE color: 12524712.
HSL color Cylindrical-coordinate representation of color #A81CBF: hue angle of 291.53º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81CBF is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 28 | 191 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.25 |
| HSL | 291.53º | 0.74% | 0.43% | - |
| HSV(B) | 291.53º | 0.85% | 0.75% | - |
| XYZ | 25.97 | 12.92 | 50.41 | - |
| YUV | 88.44 | 185.88 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 28 | 191 | 0.12 | 0.85 | 0 | 0.25 | 291.53 | 0.74 | 0.43 |
| Hex | A8 | 1C | BF | C | 55 | 0 | 19 | 124 | 4A | 2B |
| Octal | 250 | 34 | 277 | 14 | 125 | 0 | 31 | 444 | 112 | 53 |
| Binary | 10101000 | 11100 | 10111111 | 1100 | 1010101 | 0 | 11001 | 100100100 | 1001010 | 101011 |
Color Harmonies of #A81CBF
Complementary color
Monochromatic Colors of #A81CBF
Black with #A81CBF
Text Example
Text Example
White with #A81CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81CBF; }
p { color: rgb(168,28,191); }
H1.HeaderClassName
{
color: #A81CBF;
}
.AnyTagClassName
{
color: #A81CBF;
}
</style>
background-color css
<style>
a { background-color: #A81CBF; }
a { background-color: rgb(168,28,191); }
div.DivClassName
{
background-color: #A81CBF;
}
.BgClassName
{
background-color: #A81CBF;
}
</style>
border-color css
<style>
span { border-color: #A81CBF; }
span { border-color: rgb(168,28,191); }
td.TdClassName
{
border-color: #A81CBF;
}
.TagClassName
{
border-color: #A81CBF;
}
</style>