Shades of Dark Orchid #A441D0
Tints of Dark Orchid #A441D0
RGB
CMYK
RGB Variations
Color information
#A441D0 (or 0xA441D0) is known color: Dark Orchid. HEX triplet: A4, 41 and D0. RGB value is (164,65,208). Sum of RGB (Red+Green+Blue) = 164+65+208=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 65 (25.78% from 255 or 14.87% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 208 - color contains mainly: blue. Hex color #A441D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A441D0 is #5BBE2F. Grayscale: #6E6E6E. Windows color (decimal): -6012464 or 13648292. OLE color: 13648292.
HSL color Cylindrical-coordinate representation of color #A441D0: hue angle of 281.54º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A441D0 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 65 | 208 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.18 |
| HSL | 281.54º | 0.6% | 0.54% | - |
| HSV(B) | 281.54º | 0.69% | 0.82% | - |
| XYZ | 28.59 | 16.23 | 61.3 | - |
| YUV | 110.9 | 182.8 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 65 | 208 | 0.21 | 0.69 | 0 | 0.18 | 281.54 | 0.6 | 0.54 |
| Hex | A4 | 41 | D0 | 15 | 45 | 0 | 12 | 11A | 3C | 36 |
| Octal | 244 | 101 | 320 | 25 | 105 | 0 | 22 | 432 | 74 | 66 |
| Binary | 10100100 | 1000001 | 11010000 | 10101 | 1000101 | 0 | 10010 | 100011010 | 111100 | 110110 |
Color Harmonies of #A441D0
Complementary color
Monochromatic Colors of #A441D0
Black with #A441D0
Text Example
Text Example
White with #A441D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A441D0; }
p { color: rgb(164,65,208); }
H1.HeaderClassName
{
color: #A441D0;
}
.AnyTagClassName
{
color: #A441D0;
}
</style>
background-color css
<style>
a { background-color: #A441D0; }
a { background-color: rgb(164,65,208); }
div.DivClassName
{
background-color: #A441D0;
}
.BgClassName
{
background-color: #A441D0;
}
</style>
border-color css
<style>
span { border-color: #A441D0; }
span { border-color: rgb(164,65,208); }
td.TdClassName
{
border-color: #A441D0;
}
.TagClassName
{
border-color: #A441D0;
}
</style>