Shades of Dark Orchid #A01CCE
Tints of Dark Orchid #A01CCE
RGB
CMYK
RGB Variations
Color information
#A01CCE (or 0xA01CCE) is known color: Dark Orchid. HEX triplet: A0, 1C and CE. RGB value is (160,28,206). Sum of RGB (Red+Green+Blue) = 160+28+206=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 28 (11.33% from 255 or 7.11% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #A01CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01CCE is #5FE331. Grayscale: #575757. Windows color (decimal): -6284082 or 13507744. OLE color: 13507744.
HSL color Cylindrical-coordinate representation of color #A01CCE: hue angle of 284.49º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01CCE is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 28 | 206 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.19 |
| HSL | 284.49º | 0.76% | 0.46% | - |
| HSV(B) | 284.49º | 0.86% | 0.81% | - |
| XYZ | 26.05 | 12.76 | 59.48 | - |
| YUV | 87.76 | 194.73 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 28 | 206 | 0.22 | 0.86 | 0 | 0.19 | 284.49 | 0.76 | 0.46 |
| Hex | A0 | 1C | CE | 16 | 56 | 0 | 13 | 11C | 4C | 2E |
| Octal | 240 | 34 | 316 | 26 | 126 | 0 | 23 | 434 | 114 | 56 |
| Binary | 10100000 | 11100 | 11001110 | 10110 | 1010110 | 0 | 10011 | 100011100 | 1001100 | 101110 |
Color Harmonies of #A01CCE
Complementary color
Monochromatic Colors of #A01CCE
Black with #A01CCE
Text Example
Text Example
White with #A01CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01CCE; }
p { color: rgb(160,28,206); }
H1.HeaderClassName
{
color: #A01CCE;
}
.AnyTagClassName
{
color: #A01CCE;
}
</style>
background-color css
<style>
a { background-color: #A01CCE; }
a { background-color: rgb(160,28,206); }
div.DivClassName
{
background-color: #A01CCE;
}
.BgClassName
{
background-color: #A01CCE;
}
</style>
border-color css
<style>
span { border-color: #A01CCE; }
span { border-color: rgb(160,28,206); }
td.TdClassName
{
border-color: #A01CCE;
}
.TagClassName
{
border-color: #A01CCE;
}
</style>