Shades of Dark Orchid #A41ECC
Tints of Dark Orchid #A41ECC
RGB
CMYK
RGB Variations
Color information
#A41ECC (or 0xA41ECC) is known color: Dark Orchid. HEX triplet: A4, 1E and CC. RGB value is (164,30,204). Sum of RGB (Red+Green+Blue) = 164+30+204=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 30 (12.11% from 255 or 7.54% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #A41ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41ECC is #5BE133. Grayscale: #595959. Windows color (decimal): -6021428 or 13377188. OLE color: 13377188.
HSL color Cylindrical-coordinate representation of color #A41ECC: hue angle of 286.21º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41ECC is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 30 | 204 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.2 |
| HSL | 286.21º | 0.74% | 0.46% | - |
| HSV(B) | 286.21º | 0.85% | 0.8% | - |
| XYZ | 26.67 | 13.18 | 58.27 | - |
| YUV | 89.9 | 192.39 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 30 | 204 | 0.20 | 0.85 | 0 | 0.2 | 286.21 | 0.74 | 0.46 |
| Hex | A4 | 1E | CC | 14 | 55 | 0 | 14 | 11E | 4A | 2E |
| Octal | 244 | 36 | 314 | 24 | 125 | 0 | 24 | 436 | 112 | 56 |
| Binary | 10100100 | 11110 | 11001100 | 10100 | 1010101 | 0 | 10100 | 100011110 | 1001010 | 101110 |
Color Harmonies of #A41ECC
Complementary color
Monochromatic Colors of #A41ECC
Black with #A41ECC
Text Example
Text Example
White with #A41ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41ECC; }
p { color: rgb(164,30,204); }
H1.HeaderClassName
{
color: #A41ECC;
}
.AnyTagClassName
{
color: #A41ECC;
}
</style>
background-color css
<style>
a { background-color: #A41ECC; }
a { background-color: rgb(164,30,204); }
div.DivClassName
{
background-color: #A41ECC;
}
.BgClassName
{
background-color: #A41ECC;
}
</style>
border-color css
<style>
span { border-color: #A41ECC; }
span { border-color: rgb(164,30,204); }
td.TdClassName
{
border-color: #A41ECC;
}
.TagClassName
{
border-color: #A41ECC;
}
</style>