Shades of Dark Orchid #A439D1
Tints of Dark Orchid #A439D1
RGB
CMYK
RGB Variations
Color information
#A439D1 (or 0xA439D1) is known color: Dark Orchid. HEX triplet: A4, 39 and D1. RGB value is (164,57,209). Sum of RGB (Red+Green+Blue) = 164+57+209=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 57 (22.66% from 255 or 13.26% from 430); Blue value is 209 (82.03% from 255 or 48.60% from 430); Max value from RGB is 209 - color contains mainly: blue. Hex color #A439D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A439D1 is #5BC62E. Grayscale: #696969. Windows color (decimal): -6014511 or 13711780. OLE color: 13711780.
HSL color Cylindrical-coordinate representation of color #A439D1: hue angle of 282.24º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A439D1 is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 57 | 209 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.18 |
| HSL | 282.24º | 0.62% | 0.52% | - |
| HSV(B) | 282.24º | 0.73% | 0.82% | - |
| XYZ | 28.28 | 15.42 | 61.81 | - |
| YUV | 106.32 | 185.95 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 57 | 209 | 0.22 | 0.73 | 0 | 0.18 | 282.24 | 0.62 | 0.52 |
| Hex | A4 | 39 | D1 | 16 | 49 | 0 | 12 | 11A | 3E | 34 |
| Octal | 244 | 71 | 321 | 26 | 111 | 0 | 22 | 432 | 76 | 64 |
| Binary | 10100100 | 111001 | 11010001 | 10110 | 1001001 | 0 | 10010 | 100011010 | 111110 | 110100 |
Color Harmonies of #A439D1
Complementary color
Monochromatic Colors of #A439D1
Black with #A439D1
Text Example
Text Example
White with #A439D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A439D1; }
p { color: rgb(164,57,209); }
H1.HeaderClassName
{
color: #A439D1;
}
.AnyTagClassName
{
color: #A439D1;
}
</style>
background-color css
<style>
a { background-color: #A439D1; }
a { background-color: rgb(164,57,209); }
div.DivClassName
{
background-color: #A439D1;
}
.BgClassName
{
background-color: #A439D1;
}
</style>
border-color css
<style>
span { border-color: #A439D1; }
span { border-color: rgb(164,57,209); }
td.TdClassName
{
border-color: #A439D1;
}
.TagClassName
{
border-color: #A439D1;
}
</style>