Shades of Dark Orchid #A81EDF
Tints of Dark Orchid #A81EDF
RGB
CMYK
RGB Variations
Color information
#A81EDF (or 0xA81EDF) is known color: Dark Orchid. HEX triplet: A8, 1E and DF. RGB value is (168,30,223). Sum of RGB (Red+Green+Blue) = 168+30+223=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 30 (12.11% from 255 or 7.13% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #A81EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81EDF is #57E120. Grayscale: #5C5C5C. Windows color (decimal): -5759265 or 14622376. OLE color: 14622376.
HSL color Cylindrical-coordinate representation of color #A81EDF: hue angle of 282.9º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A81EDF is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 30 | 223 | - |
| CMYK | 0.25 | 0.87 | 0 | 0.13 |
| HSL | 282.9º | 0.76% | 0.5% | - |
| HSV(B) | 282.9º | 0.87% | 0.87% | - |
| XYZ | 29.93 | 14.58 | 71.05 | - |
| YUV | 93.26 | 201.22 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 30 | 223 | 0.25 | 0.87 | 0 | 0.13 | 282.9 | 0.76 | 0.5 |
| Hex | A8 | 1E | DF | 19 | 57 | 0 | D | 11B | 4C | 32 |
| Octal | 250 | 36 | 337 | 31 | 127 | 0 | 15 | 433 | 114 | 62 |
| Binary | 10101000 | 11110 | 11011111 | 11001 | 1010111 | 0 | 1101 | 100011011 | 1001100 | 110010 |
Color Harmonies of #A81EDF
Complementary color
Monochromatic Colors of #A81EDF
Black with #A81EDF
Text Example
Text Example
White with #A81EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81EDF; }
p { color: rgb(168,30,223); }
H1.HeaderClassName
{
color: #A81EDF;
}
.AnyTagClassName
{
color: #A81EDF;
}
</style>
background-color css
<style>
a { background-color: #A81EDF; }
a { background-color: rgb(168,30,223); }
div.DivClassName
{
background-color: #A81EDF;
}
.BgClassName
{
background-color: #A81EDF;
}
</style>
border-color css
<style>
span { border-color: #A81EDF; }
span { border-color: rgb(168,30,223); }
td.TdClassName
{
border-color: #A81EDF;
}
.TagClassName
{
border-color: #A81EDF;
}
</style>