Shades of Dark Orchid #A441D6
Tints of Dark Orchid #A441D6
RGB
CMYK
RGB Variations
Color information
#A441D6 (or 0xA441D6) is known color: Dark Orchid. HEX triplet: A4, 41 and D6. RGB value is (164,65,214). Sum of RGB (Red+Green+Blue) = 164+65+214=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 65 (25.78% from 255 or 14.67% from 443); Blue value is 214 (83.98% from 255 or 48.31% from 443); Max value from RGB is 214 - color contains mainly: blue. Hex color #A441D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A441D6 is #5BBE29. Grayscale: #6F6F6F. Windows color (decimal): -6012458 or 14041508. OLE color: 14041508.
HSL color Cylindrical-coordinate representation of color #A441D6: hue angle of 279.87º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A441D6 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 65 | 214 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.16 |
| HSL | 279.87º | 0.65% | 0.55% | - |
| HSV(B) | 279.87º | 0.7% | 0.84% | - |
| XYZ | 29.34 | 16.53 | 65.26 | - |
| YUV | 111.59 | 185.8 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 65 | 214 | 0.23 | 0.70 | 0 | 0.16 | 279.87 | 0.65 | 0.55 |
| Hex | A4 | 41 | D6 | 17 | 46 | 0 | 10 | 118 | 41 | 37 |
| Octal | 244 | 101 | 326 | 27 | 106 | 0 | 20 | 430 | 101 | 67 |
| Binary | 10100100 | 1000001 | 11010110 | 10111 | 1000110 | 0 | 10000 | 100011000 | 1000001 | 110111 |
Color Harmonies of #A441D6
Complementary color
Monochromatic Colors of #A441D6
Black with #A441D6
Text Example
Text Example
White with #A441D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A441D6; }
p { color: rgb(164,65,214); }
H1.HeaderClassName
{
color: #A441D6;
}
.AnyTagClassName
{
color: #A441D6;
}
</style>
background-color css
<style>
a { background-color: #A441D6; }
a { background-color: rgb(164,65,214); }
div.DivClassName
{
background-color: #A441D6;
}
.BgClassName
{
background-color: #A441D6;
}
</style>
border-color css
<style>
span { border-color: #A441D6; }
span { border-color: rgb(164,65,214); }
td.TdClassName
{
border-color: #A441D6;
}
.TagClassName
{
border-color: #A441D6;
}
</style>