Shades of Dark Orchid #A918D1
Tints of Dark Orchid #A918D1
RGB
CMYK
RGB Variations
Color information
#A918D1 (or 0xA918D1) is known color: Dark Orchid. HEX triplet: A9, 18 and D1. RGB value is (169,24,209). Sum of RGB (Red+Green+Blue) = 169+24+209=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 24 (9.77% from 255 or 5.97% from 402); Blue value is 209 (82.03% from 255 or 51.99% from 402); Max value from RGB is 209 - color contains mainly: blue. Hex color #A918D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A918D1 is #56E72E. Grayscale: #575757. Windows color (decimal): -5695279 or 13703337. OLE color: 13703337.
HSL color Cylindrical-coordinate representation of color #A918D1: hue angle of 287.03º 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 #A918D1 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 24 | 209 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.18 |
| HSL | 287.03º | 0.79% | 0.46% | - |
| HSV(B) | 287.03º | 0.89% | 0.82% | - |
| XYZ | 28.2 | 13.69 | 61.48 | - |
| YUV | 88.45 | 196.04 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 24 | 209 | 0.19 | 0.89 | 0 | 0.18 | 287.03 | 0.79 | 0.46 |
| Hex | A9 | 18 | D1 | 13 | 59 | 0 | 12 | 11F | 4F | 2E |
| Octal | 251 | 30 | 321 | 23 | 131 | 0 | 22 | 437 | 117 | 56 |
| Binary | 10101001 | 11000 | 11010001 | 10011 | 1011001 | 0 | 10010 | 100011111 | 1001111 | 101110 |
Color Harmonies of #A918D1
Complementary color
Monochromatic Colors of #A918D1
Black with #A918D1
Text Example
Text Example
White with #A918D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A918D1; }
p { color: rgb(169,24,209); }
H1.HeaderClassName
{
color: #A918D1;
}
.AnyTagClassName
{
color: #A918D1;
}
</style>
background-color css
<style>
a { background-color: #A918D1; }
a { background-color: rgb(169,24,209); }
div.DivClassName
{
background-color: #A918D1;
}
.BgClassName
{
background-color: #A918D1;
}
</style>
border-color css
<style>
span { border-color: #A918D1; }
span { border-color: rgb(169,24,209); }
td.TdClassName
{
border-color: #A918D1;
}
.TagClassName
{
border-color: #A918D1;
}
</style>