Shades of Dark Orchid #A01CC6
Tints of Dark Orchid #A01CC6
RGB
CMYK
RGB Variations
Color information
#A01CC6 (or 0xA01CC6) is known color: Dark Orchid. HEX triplet: A0, 1C and C6. RGB value is (160,28,198). Sum of RGB (Red+Green+Blue) = 160+28+198=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 28 (11.33% from 255 or 7.25% from 386); Blue value is 198 (77.73% from 255 or 51.30% from 386); Max value from RGB is 198 - color contains mainly: blue. Hex color #A01CC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01CC6 is #5FE339. Grayscale: #565656. Windows color (decimal): -6284090 or 12983456. OLE color: 12983456.
HSL color Cylindrical-coordinate representation of color #A01CC6: hue angle of 286.59º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01CC6 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 28 | 198 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.22 |
| HSL | 286.59º | 0.75% | 0.44% | - |
| HSV(B) | 286.59º | 0.86% | 0.78% | - |
| XYZ | 25.11 | 12.38 | 54.49 | - |
| YUV | 86.85 | 190.73 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 28 | 198 | 0.19 | 0.86 | 0 | 0.22 | 286.59 | 0.75 | 0.44 |
| Hex | A0 | 1C | C6 | 13 | 56 | 0 | 16 | 11F | 4B | 2C |
| Octal | 240 | 34 | 306 | 23 | 126 | 0 | 26 | 437 | 113 | 54 |
| Binary | 10100000 | 11100 | 11000110 | 10011 | 1010110 | 0 | 10110 | 100011111 | 1001011 | 101100 |
Color Harmonies of #A01CC6
Complementary color
Monochromatic Colors of #A01CC6
Black with #A01CC6
Text Example
Text Example
White with #A01CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01CC6; }
p { color: rgb(160,28,198); }
H1.HeaderClassName
{
color: #A01CC6;
}
.AnyTagClassName
{
color: #A01CC6;
}
</style>
background-color css
<style>
a { background-color: #A01CC6; }
a { background-color: rgb(160,28,198); }
div.DivClassName
{
background-color: #A01CC6;
}
.BgClassName
{
background-color: #A01CC6;
}
</style>
border-color css
<style>
span { border-color: #A01CC6; }
span { border-color: rgb(160,28,198); }
td.TdClassName
{
border-color: #A01CC6;
}
.TagClassName
{
border-color: #A01CC6;
}
</style>