Shades of Dark Orchid #A81EBD
Tints of Dark Orchid #A81EBD
RGB
CMYK
RGB Variations
Color information
#A81EBD (or 0xA81EBD) is known color: Dark Orchid. HEX triplet: A8, 1E and BD. RGB value is (168,30,189). Sum of RGB (Red+Green+Blue) = 168+30+189=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 30 (12.11% from 255 or 7.75% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #A81EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81EBD is #57E142. Grayscale: #585858. Windows color (decimal): -5759299 or 12394152. OLE color: 12394152.
HSL color Cylindrical-coordinate representation of color #A81EBD: hue angle of 292.08º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A81EBD is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 30 | 189 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.26 |
| HSL | 292.08º | 0.73% | 0.43% | - |
| HSV(B) | 292.08º | 0.84% | 0.74% | - |
| XYZ | 25.8 | 12.93 | 49.28 | - |
| YUV | 89.39 | 184.22 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 30 | 189 | 0.11 | 0.84 | 0 | 0.26 | 292.08 | 0.73 | 0.43 |
| Hex | A8 | 1E | BD | B | 54 | 0 | 1A | 124 | 49 | 2B |
| Octal | 250 | 36 | 275 | 13 | 124 | 0 | 32 | 444 | 111 | 53 |
| Binary | 10101000 | 11110 | 10111101 | 1011 | 1010100 | 0 | 11010 | 100100100 | 1001001 | 101011 |
Color Harmonies of #A81EBD
Complementary color
Monochromatic Colors of #A81EBD
Black with #A81EBD
Text Example
Text Example
White with #A81EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81EBD; }
p { color: rgb(168,30,189); }
H1.HeaderClassName
{
color: #A81EBD;
}
.AnyTagClassName
{
color: #A81EBD;
}
</style>
background-color css
<style>
a { background-color: #A81EBD; }
a { background-color: rgb(168,30,189); }
div.DivClassName
{
background-color: #A81EBD;
}
.BgClassName
{
background-color: #A81EBD;
}
</style>
border-color css
<style>
span { border-color: #A81EBD; }
span { border-color: rgb(168,30,189); }
td.TdClassName
{
border-color: #A81EBD;
}
.TagClassName
{
border-color: #A81EBD;
}
</style>