Shades of Dark Orchid #A81BE3
Tints of Dark Orchid #A81BE3
RGB
CMYK
RGB Variations
Color information
#A81BE3 (or 0xA81BE3) is known color: Dark Orchid. HEX triplet: A8, 1B and E3. RGB value is (168,27,227). Sum of RGB (Red+Green+Blue) = 168+27+227=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 27 (10.94% from 255 or 6.40% from 422); Blue value is 227 (89.06% from 255 or 53.79% from 422); Max value from RGB is 227 - color contains mainly: blue. Hex color #A81BE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81BE3 is #57E41C. Grayscale: #5B5B5B. Windows color (decimal): -5760029 or 14883752. OLE color: 14883752.
HSL color Cylindrical-coordinate representation of color #A81BE3: hue angle of 282.3º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81BE3 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 27 | 227 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.11 |
| HSL | 282.3º | 0.79% | 0.5% | - |
| HSV(B) | 282.3º | 0.88% | 0.89% | - |
| XYZ | 30.41 | 14.65 | 73.9 | - |
| YUV | 91.96 | 204.21 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 27 | 227 | 0.26 | 0.88 | 0 | 0.11 | 282.3 | 0.79 | 0.5 |
| Hex | A8 | 1B | E3 | 1A | 58 | 0 | B | 11A | 4F | 32 |
| Octal | 250 | 33 | 343 | 32 | 130 | 0 | 13 | 432 | 117 | 62 |
| Binary | 10101000 | 11011 | 11100011 | 11010 | 1011000 | 0 | 1011 | 100011010 | 1001111 | 110010 |
Color Harmonies of #A81BE3
Complementary color
Monochromatic Colors of #A81BE3
Black with #A81BE3
Text Example
Text Example
White with #A81BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81BE3; }
p { color: rgb(168,27,227); }
H1.HeaderClassName
{
color: #A81BE3;
}
.AnyTagClassName
{
color: #A81BE3;
}
</style>
background-color css
<style>
a { background-color: #A81BE3; }
a { background-color: rgb(168,27,227); }
div.DivClassName
{
background-color: #A81BE3;
}
.BgClassName
{
background-color: #A81BE3;
}
</style>
border-color css
<style>
span { border-color: #A81BE3; }
span { border-color: rgb(168,27,227); }
td.TdClassName
{
border-color: #A81BE3;
}
.TagClassName
{
border-color: #A81BE3;
}
</style>