Shades of Dark Orchid #A441DC
Tints of Dark Orchid #A441DC
RGB
CMYK
RGB Variations
Color information
#A441DC (or 0xA441DC) is known color: Dark Orchid. HEX triplet: A4, 41 and DC. RGB value is (164,65,220). Sum of RGB (Red+Green+Blue) = 164+65+220=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 65 (25.78% from 255 or 14.48% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #A441DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A441DC is #5BBE23. Grayscale: #6F6F6F. Windows color (decimal): -6012452 or 14434724. OLE color: 14434724.
HSL color Cylindrical-coordinate representation of color #A441DC: hue angle of 278.32º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A441DC is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 65 | 220 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.14 |
| HSL | 278.32º | 0.69% | 0.56% | - |
| HSV(B) | 278.32º | 0.7% | 0.86% | - |
| XYZ | 30.12 | 16.84 | 69.37 | - |
| YUV | 112.27 | 188.8 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 65 | 220 | 0.25 | 0.70 | 0 | 0.14 | 278.32 | 0.69 | 0.56 |
| Hex | A4 | 41 | DC | 19 | 46 | 0 | E | 116 | 45 | 38 |
| Octal | 244 | 101 | 334 | 31 | 106 | 0 | 16 | 426 | 105 | 70 |
| Binary | 10100100 | 1000001 | 11011100 | 11001 | 1000110 | 0 | 1110 | 100010110 | 1000101 | 111000 |
Color Harmonies of #A441DC
Complementary color
Monochromatic Colors of #A441DC
Black with #A441DC
Text Example
Text Example
White with #A441DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A441DC; }
p { color: rgb(164,65,220); }
H1.HeaderClassName
{
color: #A441DC;
}
.AnyTagClassName
{
color: #A441DC;
}
</style>
background-color css
<style>
a { background-color: #A441DC; }
a { background-color: rgb(164,65,220); }
div.DivClassName
{
background-color: #A441DC;
}
.BgClassName
{
background-color: #A441DC;
}
</style>
border-color css
<style>
span { border-color: #A441DC; }
span { border-color: rgb(164,65,220); }
td.TdClassName
{
border-color: #A441DC;
}
.TagClassName
{
border-color: #A441DC;
}
</style>