Shades of Dark Orchid #A01CDC
Tints of Dark Orchid #A01CDC
RGB
CMYK
RGB Variations
Color information
#A01CDC (or 0xA01CDC) is known color: Dark Orchid. HEX triplet: A0, 1C and DC. RGB value is (160,28,220). Sum of RGB (Red+Green+Blue) = 160+28+220=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 28 (11.33% from 255 or 6.86% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #A01CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01CDC is #5FE323. Grayscale: #585858. Windows color (decimal): -6284068 or 14425248. OLE color: 14425248.
HSL color Cylindrical-coordinate representation of color #A01CDC: hue angle of 281.25º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A01CDC is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 28 | 220 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.14 |
| HSL | 281.25º | 0.77% | 0.49% | - |
| HSV(B) | 281.25º | 0.87% | 0.86% | - |
| XYZ | 27.83 | 13.47 | 68.84 | - |
| YUV | 89.36 | 201.73 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 28 | 220 | 0.27 | 0.87 | 0 | 0.14 | 281.25 | 0.77 | 0.49 |
| Hex | A0 | 1C | DC | 1B | 57 | 0 | E | 119 | 4D | 31 |
| Octal | 240 | 34 | 334 | 33 | 127 | 0 | 16 | 431 | 115 | 61 |
| Binary | 10100000 | 11100 | 11011100 | 11011 | 1010111 | 0 | 1110 | 100011001 | 1001101 | 110001 |
Color Harmonies of #A01CDC
Complementary color
Monochromatic Colors of #A01CDC
Black with #A01CDC
Text Example
Text Example
White with #A01CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01CDC; }
p { color: rgb(160,28,220); }
H1.HeaderClassName
{
color: #A01CDC;
}
.AnyTagClassName
{
color: #A01CDC;
}
</style>
background-color css
<style>
a { background-color: #A01CDC; }
a { background-color: rgb(160,28,220); }
div.DivClassName
{
background-color: #A01CDC;
}
.BgClassName
{
background-color: #A01CDC;
}
</style>
border-color css
<style>
span { border-color: #A01CDC; }
span { border-color: rgb(160,28,220); }
td.TdClassName
{
border-color: #A01CDC;
}
.TagClassName
{
border-color: #A01CDC;
}
</style>