Shades of Dark Orchid #A81EAE
Tints of Dark Orchid #A81EAE
RGB
CMYK
RGB Variations
Color information
#A81EAE (or 0xA81EAE) is known color: Dark Orchid. HEX triplet: A8, 1E and AE. RGB value is (168,30,174). Sum of RGB (Red+Green+Blue) = 168+30+174=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #A81EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81EAE is #57E151. Grayscale: #575757. Windows color (decimal): -5759314 or 11411112. OLE color: 11411112.
HSL color Cylindrical-coordinate representation of color #A81EAE: hue angle of 297.5º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A81EAE is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 30 | 174 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.32 |
| HSL | 297.5º | 0.71% | 0.4% | - |
| HSV(B) | 297.5º | 0.83% | 0.68% | - |
| XYZ | 24.25 | 12.31 | 41.14 | - |
| YUV | 87.68 | 176.72 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 30 | 174 | 0.03 | 0.83 | 0 | 0.32 | 297.5 | 0.71 | 0.4 |
| Hex | A8 | 1E | AE | 3 | 53 | 0 | 20 | 12A | 47 | 28 |
| Octal | 250 | 36 | 256 | 3 | 123 | 0 | 40 | 452 | 107 | 50 |
| Binary | 10101000 | 11110 | 10101110 | 11 | 1010011 | 0 | 100000 | 100101010 | 1000111 | 101000 |
Color Harmonies of #A81EAE
Complementary color
Monochromatic Colors of #A81EAE
Black with #A81EAE
Text Example
Text Example
White with #A81EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81EAE; }
p { color: rgb(168,30,174); }
H1.HeaderClassName
{
color: #A81EAE;
}
.AnyTagClassName
{
color: #A81EAE;
}
</style>
background-color css
<style>
a { background-color: #A81EAE; }
a { background-color: rgb(168,30,174); }
div.DivClassName
{
background-color: #A81EAE;
}
.BgClassName
{
background-color: #A81EAE;
}
</style>
border-color css
<style>
span { border-color: #A81EAE; }
span { border-color: rgb(168,30,174); }
td.TdClassName
{
border-color: #A81EAE;
}
.TagClassName
{
border-color: #A81EAE;
}
</style>