Shades of Dark Orchid #A81BBE
Tints of Dark Orchid #A81BBE
RGB
CMYK
RGB Variations
Color information
#A81BBE (or 0xA81BBE) is known color: Dark Orchid. HEX triplet: A8, 1B and BE. RGB value is (168,27,190). Sum of RGB (Red+Green+Blue) = 168+27+190=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 27 (10.94% from 255 or 7.01% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #A81BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81BBE is #57E441. Grayscale: #575757. Windows color (decimal): -5760066 or 12458920. OLE color: 12458920.
HSL color Cylindrical-coordinate representation of color #A81BBE: hue angle of 291.9º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81BBE is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 27 | 190 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.25 |
| HSL | 291.9º | 0.75% | 0.43% | - |
| HSV(B) | 291.9º | 0.86% | 0.75% | - |
| XYZ | 25.83 | 12.83 | 49.83 | - |
| YUV | 87.74 | 185.71 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 27 | 190 | 0.12 | 0.86 | 0 | 0.25 | 291.9 | 0.75 | 0.43 |
| Hex | A8 | 1B | BE | C | 56 | 0 | 19 | 124 | 4B | 2B |
| Octal | 250 | 33 | 276 | 14 | 126 | 0 | 31 | 444 | 113 | 53 |
| Binary | 10101000 | 11011 | 10111110 | 1100 | 1010110 | 0 | 11001 | 100100100 | 1001011 | 101011 |
Color Harmonies of #A81BBE
Complementary color
Monochromatic Colors of #A81BBE
Black with #A81BBE
Text Example
Text Example
White with #A81BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81BBE; }
p { color: rgb(168,27,190); }
H1.HeaderClassName
{
color: #A81BBE;
}
.AnyTagClassName
{
color: #A81BBE;
}
</style>
background-color css
<style>
a { background-color: #A81BBE; }
a { background-color: rgb(168,27,190); }
div.DivClassName
{
background-color: #A81BBE;
}
.BgClassName
{
background-color: #A81BBE;
}
</style>
border-color css
<style>
span { border-color: #A81BBE; }
span { border-color: rgb(168,27,190); }
td.TdClassName
{
border-color: #A81BBE;
}
.TagClassName
{
border-color: #A81BBE;
}
</style>