Shades of Dark Orchid #A618D0
Tints of Dark Orchid #A618D0
RGB
CMYK
RGB Variations
Color information
#A618D0 (or 0xA618D0) is known color: Dark Orchid. HEX triplet: A6, 18 and D0. RGB value is (166,24,208). Sum of RGB (Red+Green+Blue) = 166+24+208=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 24 (9.77% from 255 or 6.03% from 398); Blue value is 208 (81.64% from 255 or 52.26% from 398); Max value from RGB is 208 - color contains mainly: blue. Hex color #A618D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A618D0 is #59E72F. Grayscale: #565656. Windows color (decimal): -5891888 or 13637798. OLE color: 13637798.
HSL color Cylindrical-coordinate representation of color #A618D0: hue angle of 286.3º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A618D0 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 24 | 208 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.18 |
| HSL | 286.3º | 0.79% | 0.45% | - |
| HSV(B) | 286.3º | 0.88% | 0.82% | - |
| XYZ | 27.44 | 13.31 | 60.8 | - |
| YUV | 87.43 | 196.04 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 24 | 208 | 0.20 | 0.88 | 0 | 0.18 | 286.3 | 0.79 | 0.45 |
| Hex | A6 | 18 | D0 | 14 | 58 | 0 | 12 | 11E | 4F | 2D |
| Octal | 246 | 30 | 320 | 24 | 130 | 0 | 22 | 436 | 117 | 55 |
| Binary | 10100110 | 11000 | 11010000 | 10100 | 1011000 | 0 | 10010 | 100011110 | 1001111 | 101101 |
Color Harmonies of #A618D0
Complementary color
Monochromatic Colors of #A618D0
Black with #A618D0
Text Example
Text Example
White with #A618D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A618D0; }
p { color: rgb(166,24,208); }
H1.HeaderClassName
{
color: #A618D0;
}
.AnyTagClassName
{
color: #A618D0;
}
</style>
background-color css
<style>
a { background-color: #A618D0; }
a { background-color: rgb(166,24,208); }
div.DivClassName
{
background-color: #A618D0;
}
.BgClassName
{
background-color: #A618D0;
}
</style>
border-color css
<style>
span { border-color: #A618D0; }
span { border-color: rgb(166,24,208); }
td.TdClassName
{
border-color: #A618D0;
}
.TagClassName
{
border-color: #A618D0;
}
</style>