Shades of Dark Orchid #A01ADC
Tints of Dark Orchid #A01ADC
RGB
CMYK
RGB Variations
Color information
#A01ADC (or 0xA01ADC) is known color: Dark Orchid. HEX triplet: A0, 1A and DC. RGB value is (160,26,220). Sum of RGB (Red+Green+Blue) = 160+26+220=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 26 (10.55% from 255 or 6.40% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #A01ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01ADC is #5FE523. Grayscale: #575757. Windows color (decimal): -6284580 or 14424736. OLE color: 14424736.
HSL color Cylindrical-coordinate representation of color #A01ADC: hue angle of 281.44º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01ADC is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 26 | 220 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.14 |
| HSL | 281.44º | 0.79% | 0.48% | - |
| HSV(B) | 281.44º | 0.88% | 0.86% | - |
| XYZ | 27.78 | 13.38 | 68.83 | - |
| YUV | 88.18 | 202.39 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 26 | 220 | 0.27 | 0.88 | 0 | 0.14 | 281.44 | 0.79 | 0.48 |
| Hex | A0 | 1A | DC | 1B | 58 | 0 | E | 119 | 4F | 30 |
| Octal | 240 | 32 | 334 | 33 | 130 | 0 | 16 | 431 | 117 | 60 |
| Binary | 10100000 | 11010 | 11011100 | 11011 | 1011000 | 0 | 1110 | 100011001 | 1001111 | 110000 |
Color Harmonies of #A01ADC
Complementary color
Monochromatic Colors of #A01ADC
Black with #A01ADC
Text Example
Text Example
White with #A01ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01ADC; }
p { color: rgb(160,26,220); }
H1.HeaderClassName
{
color: #A01ADC;
}
.AnyTagClassName
{
color: #A01ADC;
}
</style>
background-color css
<style>
a { background-color: #A01ADC; }
a { background-color: rgb(160,26,220); }
div.DivClassName
{
background-color: #A01ADC;
}
.BgClassName
{
background-color: #A01ADC;
}
</style>
border-color css
<style>
span { border-color: #A01ADC; }
span { border-color: rgb(160,26,220); }
td.TdClassName
{
border-color: #A01ADC;
}
.TagClassName
{
border-color: #A01ADC;
}
</style>