Shades of Dark Orchid #A441DA
Tints of Dark Orchid #A441DA
RGB
CMYK
RGB Variations
Color information
#A441DA (or 0xA441DA) is known color: Dark Orchid. HEX triplet: A4, 41 and DA. RGB value is (164,65,218). Sum of RGB (Red+Green+Blue) = 164+65+218=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 65 (25.78% from 255 or 14.54% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #A441DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A441DA is #5BBE25. Grayscale: #6F6F6F. Windows color (decimal): -6012454 or 14303652. OLE color: 14303652.
HSL color Cylindrical-coordinate representation of color #A441DA: hue angle of 278.82º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A441DA is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 65 | 218 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.15 |
| HSL | 278.82º | 0.67% | 0.55% | - |
| HSV(B) | 278.82º | 0.7% | 0.85% | - |
| XYZ | 29.86 | 16.74 | 67.99 | - |
| YUV | 112.04 | 187.8 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 65 | 218 | 0.25 | 0.70 | 0 | 0.15 | 278.82 | 0.67 | 0.55 |
| Hex | A4 | 41 | DA | 19 | 46 | 0 | F | 117 | 43 | 37 |
| Octal | 244 | 101 | 332 | 31 | 106 | 0 | 17 | 427 | 103 | 67 |
| Binary | 10100100 | 1000001 | 11011010 | 11001 | 1000110 | 0 | 1111 | 100010111 | 1000011 | 110111 |
Color Harmonies of #A441DA
Complementary color
Monochromatic Colors of #A441DA
Black with #A441DA
Text Example
Text Example
White with #A441DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A441DA; }
p { color: rgb(164,65,218); }
H1.HeaderClassName
{
color: #A441DA;
}
.AnyTagClassName
{
color: #A441DA;
}
</style>
background-color css
<style>
a { background-color: #A441DA; }
a { background-color: rgb(164,65,218); }
div.DivClassName
{
background-color: #A441DA;
}
.BgClassName
{
background-color: #A441DA;
}
</style>
border-color css
<style>
span { border-color: #A441DA; }
span { border-color: rgb(164,65,218); }
td.TdClassName
{
border-color: #A441DA;
}
.TagClassName
{
border-color: #A441DA;
}
</style>