Shades of Dark Orchid #A81ED3
Tints of Dark Orchid #A81ED3
RGB
CMYK
RGB Variations
Color information
#A81ED3 (or 0xA81ED3) is known color: Dark Orchid. HEX triplet: A8, 1E and D3. RGB value is (168,30,211). Sum of RGB (Red+Green+Blue) = 168+30+211=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 30 (12.11% from 255 or 7.33% from 409); Blue value is 211 (82.81% from 255 or 51.59% from 409); Max value from RGB is 211 - color contains mainly: blue. Hex color #A81ED3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81ED3 is #57E12C. Grayscale: #5B5B5B. Windows color (decimal): -5759277 or 13835944. OLE color: 13835944.
HSL color Cylindrical-coordinate representation of color #A81ED3: hue angle of 285.75º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81ED3 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 30 | 211 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.17 |
| HSL | 285.75º | 0.75% | 0.47% | - |
| HSV(B) | 285.75º | 0.86% | 0.83% | - |
| XYZ | 28.37 | 13.96 | 62.83 | - |
| YUV | 91.9 | 195.22 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 30 | 211 | 0.20 | 0.86 | 0 | 0.17 | 285.75 | 0.75 | 0.47 |
| Hex | A8 | 1E | D3 | 14 | 56 | 0 | 11 | 11E | 4B | 2F |
| Octal | 250 | 36 | 323 | 24 | 126 | 0 | 21 | 436 | 113 | 57 |
| Binary | 10101000 | 11110 | 11010011 | 10100 | 1010110 | 0 | 10001 | 100011110 | 1001011 | 101111 |
Color Harmonies of #A81ED3
Complementary color
Monochromatic Colors of #A81ED3
Black with #A81ED3
Text Example
Text Example
White with #A81ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81ED3; }
p { color: rgb(168,30,211); }
H1.HeaderClassName
{
color: #A81ED3;
}
.AnyTagClassName
{
color: #A81ED3;
}
</style>
background-color css
<style>
a { background-color: #A81ED3; }
a { background-color: rgb(168,30,211); }
div.DivClassName
{
background-color: #A81ED3;
}
.BgClassName
{
background-color: #A81ED3;
}
</style>
border-color css
<style>
span { border-color: #A81ED3; }
span { border-color: rgb(168,30,211); }
td.TdClassName
{
border-color: #A81ED3;
}
.TagClassName
{
border-color: #A81ED3;
}
</style>