Shades of Dark Orchid #A818AD
Tints of Dark Orchid #A818AD
RGB
CMYK
RGB Variations
Color information
#A818AD (or 0xA818AD) is known color: Dark Orchid. HEX triplet: A8, 18 and AD. RGB value is (168,24,173). Sum of RGB (Red+Green+Blue) = 168+24+173=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #A818AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A818AD is #57E752. Grayscale: #535353. Windows color (decimal): -5760851 or 11344040. OLE color: 11344040.
HSL color Cylindrical-coordinate representation of color #A818AD: hue angle of 297.99º 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 #A818AD is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 24 | 173 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.32 |
| HSL | 297.99º | 0.76% | 0.39% | - |
| HSV(B) | 297.99º | 0.86% | 0.68% | - |
| XYZ | 24.02 | 12 | 40.58 | - |
| YUV | 84.04 | 178.21 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 173 | 0.03 | 0.86 | 0 | 0.32 | 297.99 | 0.76 | 0.39 |
| Hex | A8 | 18 | AD | 3 | 56 | 0 | 20 | 12A | 4C | 27 |
| Octal | 250 | 30 | 255 | 3 | 126 | 0 | 40 | 452 | 114 | 47 |
| Binary | 10101000 | 11000 | 10101101 | 11 | 1010110 | 0 | 100000 | 100101010 | 1001100 | 100111 |
Color Harmonies of #A818AD
Complementary color
Monochromatic Colors of #A818AD
Black with #A818AD
Text Example
Text Example
White with #A818AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A818AD; }
p { color: rgb(168,24,173); }
H1.HeaderClassName
{
color: #A818AD;
}
.AnyTagClassName
{
color: #A818AD;
}
</style>
background-color css
<style>
a { background-color: #A818AD; }
a { background-color: rgb(168,24,173); }
div.DivClassName
{
background-color: #A818AD;
}
.BgClassName
{
background-color: #A818AD;
}
</style>
border-color css
<style>
span { border-color: #A818AD; }
span { border-color: rgb(168,24,173); }
td.TdClassName
{
border-color: #A818AD;
}
.TagClassName
{
border-color: #A818AD;
}
</style>