Shades of Dark Orchid #A439DD
Tints of Dark Orchid #A439DD
RGB
CMYK
RGB Variations
Color information
#A439DD (or 0xA439DD) is known color: Dark Orchid. HEX triplet: A4, 39 and DD. RGB value is (164,57,221). Sum of RGB (Red+Green+Blue) = 164+57+221=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 57 (22.66% from 255 or 12.90% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #A439DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A439DD is #5BC622. Grayscale: #6B6B6B. Windows color (decimal): -6014499 or 14498212. OLE color: 14498212.
HSL color Cylindrical-coordinate representation of color #A439DD: hue angle of 279.15º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A439DD is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 57 | 221 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.13 |
| HSL | 279.15º | 0.71% | 0.55% | - |
| HSV(B) | 279.15º | 0.74% | 0.87% | - |
| XYZ | 29.82 | 16.04 | 69.93 | - |
| YUV | 107.69 | 191.95 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 57 | 221 | 0.26 | 0.74 | 0 | 0.13 | 279.15 | 0.71 | 0.55 |
| Hex | A4 | 39 | DD | 1A | 4A | 0 | D | 117 | 47 | 37 |
| Octal | 244 | 71 | 335 | 32 | 112 | 0 | 15 | 427 | 107 | 67 |
| Binary | 10100100 | 111001 | 11011101 | 11010 | 1001010 | 0 | 1101 | 100010111 | 1000111 | 110111 |
Color Harmonies of #A439DD
Complementary color
Monochromatic Colors of #A439DD
Black with #A439DD
Text Example
Text Example
White with #A439DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A439DD; }
p { color: rgb(164,57,221); }
H1.HeaderClassName
{
color: #A439DD;
}
.AnyTagClassName
{
color: #A439DD;
}
</style>
background-color css
<style>
a { background-color: #A439DD; }
a { background-color: rgb(164,57,221); }
div.DivClassName
{
background-color: #A439DD;
}
.BgClassName
{
background-color: #A439DD;
}
</style>
border-color css
<style>
span { border-color: #A439DD; }
span { border-color: rgb(164,57,221); }
td.TdClassName
{
border-color: #A439DD;
}
.TagClassName
{
border-color: #A439DD;
}
</style>