Shades of Dark Orchid #A818D1
Tints of Dark Orchid #A818D1
RGB
CMYK
RGB Variations
Color information
#A818D1 (or 0xA818D1) is known color: Dark Orchid. HEX triplet: A8, 18 and D1. RGB value is (168,24,209). Sum of RGB (Red+Green+Blue) = 168+24+209=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 24 (9.77% from 255 or 5.99% from 401); Blue value is 209 (82.03% from 255 or 52.12% from 401); Max value from RGB is 209 - color contains mainly: blue. Hex color #A818D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A818D1 is #57E72E. Grayscale: #575757. Windows color (decimal): -5760815 or 13703336. OLE color: 13703336.
HSL color Cylindrical-coordinate representation of color #A818D1: hue angle of 286.7º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A818D1 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 24 | 209 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.18 |
| HSL | 286.7º | 0.79% | 0.46% | - |
| HSV(B) | 286.7º | 0.89% | 0.82% | - |
| XYZ | 27.98 | 13.58 | 61.47 | - |
| YUV | 88.15 | 196.21 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 209 | 0.20 | 0.89 | 0 | 0.18 | 286.7 | 0.79 | 0.46 |
| Hex | A8 | 18 | D1 | 14 | 59 | 0 | 12 | 11F | 4F | 2E |
| Octal | 250 | 30 | 321 | 24 | 131 | 0 | 22 | 437 | 117 | 56 |
| Binary | 10101000 | 11000 | 11010001 | 10100 | 1011001 | 0 | 10010 | 100011111 | 1001111 | 101110 |
Color Harmonies of #A818D1
Complementary color
Monochromatic Colors of #A818D1
Black with #A818D1
Text Example
Text Example
White with #A818D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A818D1; }
p { color: rgb(168,24,209); }
H1.HeaderClassName
{
color: #A818D1;
}
.AnyTagClassName
{
color: #A818D1;
}
</style>
background-color css
<style>
a { background-color: #A818D1; }
a { background-color: rgb(168,24,209); }
div.DivClassName
{
background-color: #A818D1;
}
.BgClassName
{
background-color: #A818D1;
}
</style>
border-color css
<style>
span { border-color: #A818D1; }
span { border-color: rgb(168,24,209); }
td.TdClassName
{
border-color: #A818D1;
}
.TagClassName
{
border-color: #A818D1;
}
</style>