Shades of Dark Orchid #A01CCC
Tints of Dark Orchid #A01CCC
RGB
CMYK
RGB Variations
Color information
#A01CCC (or 0xA01CCC) is known color: Dark Orchid. HEX triplet: A0, 1C and CC. RGB value is (160,28,204). Sum of RGB (Red+Green+Blue) = 160+28+204=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 28 (11.33% from 255 or 7.14% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #A01CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01CCC is #5FE333. Grayscale: #565656. Windows color (decimal): -6284084 or 13376672. OLE color: 13376672.
HSL color Cylindrical-coordinate representation of color #A01CCC: hue angle of 285º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01CCC is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 28 | 204 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.2 |
| HSL | 285º | 0.76% | 0.45% | - |
| HSV(B) | 285º | 0.86% | 0.8% | - |
| XYZ | 25.81 | 12.66 | 58.21 | - |
| YUV | 87.53 | 193.73 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 28 | 204 | 0.22 | 0.86 | 0 | 0.2 | 285 | 0.76 | 0.45 |
| Hex | A0 | 1C | CC | 16 | 56 | 0 | 14 | 11D | 4C | 2D |
| Octal | 240 | 34 | 314 | 26 | 126 | 0 | 24 | 435 | 114 | 55 |
| Binary | 10100000 | 11100 | 11001100 | 10110 | 1010110 | 0 | 10100 | 100011101 | 1001100 | 101101 |
Color Harmonies of #A01CCC
Complementary color
Monochromatic Colors of #A01CCC
Black with #A01CCC
Text Example
Text Example
White with #A01CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01CCC; }
p { color: rgb(160,28,204); }
H1.HeaderClassName
{
color: #A01CCC;
}
.AnyTagClassName
{
color: #A01CCC;
}
</style>
background-color css
<style>
a { background-color: #A01CCC; }
a { background-color: rgb(160,28,204); }
div.DivClassName
{
background-color: #A01CCC;
}
.BgClassName
{
background-color: #A01CCC;
}
</style>
border-color css
<style>
span { border-color: #A01CCC; }
span { border-color: rgb(160,28,204); }
td.TdClassName
{
border-color: #A01CCC;
}
.TagClassName
{
border-color: #A01CCC;
}
</style>