Shades of Dark Orchid #A41CCC
Tints of Dark Orchid #A41CCC
RGB
CMYK
RGB Variations
Color information
#A41CCC (or 0xA41CCC) is known color: Dark Orchid. HEX triplet: A4, 1C and CC. RGB value is (164,28,204). Sum of RGB (Red+Green+Blue) = 164+28+204=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #A41CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41CCC is #5BE333. Grayscale: #585858. Windows color (decimal): -6021940 or 13376676. OLE color: 13376676.
HSL color Cylindrical-coordinate representation of color #A41CCC: hue angle of 286.36º 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 #A41CCC is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 28 | 204 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.2 |
| HSL | 286.36º | 0.76% | 0.45% | - |
| HSV(B) | 286.36º | 0.86% | 0.8% | - |
| XYZ | 26.62 | 13.08 | 58.25 | - |
| YUV | 88.73 | 193.06 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 28 | 204 | 0.20 | 0.86 | 0 | 0.2 | 286.36 | 0.76 | 0.45 |
| Hex | A4 | 1C | CC | 14 | 56 | 0 | 14 | 11E | 4C | 2D |
| Octal | 244 | 34 | 314 | 24 | 126 | 0 | 24 | 436 | 114 | 55 |
| Binary | 10100100 | 11100 | 11001100 | 10100 | 1010110 | 0 | 10100 | 100011110 | 1001100 | 101101 |
Color Harmonies of #A41CCC
Complementary color
Monochromatic Colors of #A41CCC
Black with #A41CCC
Text Example
Text Example
White with #A41CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41CCC; }
p { color: rgb(164,28,204); }
H1.HeaderClassName
{
color: #A41CCC;
}
.AnyTagClassName
{
color: #A41CCC;
}
</style>
background-color css
<style>
a { background-color: #A41CCC; }
a { background-color: rgb(164,28,204); }
div.DivClassName
{
background-color: #A41CCC;
}
.BgClassName
{
background-color: #A41CCC;
}
</style>
border-color css
<style>
span { border-color: #A41CCC; }
span { border-color: rgb(164,28,204); }
td.TdClassName
{
border-color: #A41CCC;
}
.TagClassName
{
border-color: #A41CCC;
}
</style>