Shades of Dark Orchid #A718AD
Tints of Dark Orchid #A718AD
RGB
CMYK
RGB Variations
Color information
#A718AD (or 0xA718AD) is known color: Dark Orchid. HEX triplet: A7, 18 and AD. RGB value is (167,24,173). Sum of RGB (Red+Green+Blue) = 167+24+173=364 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.88% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #A718AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A718AD is #58E752. Grayscale: #535353. Windows color (decimal): -5826387 or 11344039. OLE color: 11344039.
HSL color Cylindrical-coordinate representation of color #A718AD: hue angle of 297.58º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A718AD is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 24 | 173 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.32 |
| HSL | 297.58º | 0.76% | 0.39% | - |
| HSV(B) | 297.58º | 0.86% | 0.68% | - |
| XYZ | 23.81 | 11.89 | 40.57 | - |
| YUV | 83.74 | 178.38 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 24 | 173 | 0.03 | 0.86 | 0 | 0.32 | 297.58 | 0.76 | 0.39 |
| Hex | A7 | 18 | AD | 3 | 56 | 0 | 20 | 12A | 4C | 27 |
| Octal | 247 | 30 | 255 | 3 | 126 | 0 | 40 | 452 | 114 | 47 |
| Binary | 10100111 | 11000 | 10101101 | 11 | 1010110 | 0 | 100000 | 100101010 | 1001100 | 100111 |
Color Harmonies of #A718AD
Complementary color
Monochromatic Colors of #A718AD
Black with #A718AD
Text Example
Text Example
White with #A718AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A718AD; }
p { color: rgb(167,24,173); }
H1.HeaderClassName
{
color: #A718AD;
}
.AnyTagClassName
{
color: #A718AD;
}
</style>
background-color css
<style>
a { background-color: #A718AD; }
a { background-color: rgb(167,24,173); }
div.DivClassName
{
background-color: #A718AD;
}
.BgClassName
{
background-color: #A718AD;
}
</style>
border-color css
<style>
span { border-color: #A718AD; }
span { border-color: rgb(167,24,173); }
td.TdClassName
{
border-color: #A718AD;
}
.TagClassName
{
border-color: #A718AD;
}
</style>