Shades of Dark Orchid #A439E5
Tints of Dark Orchid #A439E5
RGB
CMYK
RGB Variations
Color information
#A439E5 (or 0xA439E5) is known color: Dark Orchid. HEX triplet: A4, 39 and E5. RGB value is (164,57,229). Sum of RGB (Red+Green+Blue) = 164+57+229=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 57 (22.66% from 255 or 12.67% from 450); Blue value is 229 (89.84% from 255 or 50.89% from 450); Max value from RGB is 229 - color contains mainly: blue. Hex color #A439E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A439E5 is #5BC61A. Grayscale: #6C6C6C. Windows color (decimal): -6014491 or 15022500. OLE color: 15022500.
HSL color Cylindrical-coordinate representation of color #A439E5: hue angle of 277.33º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A439E5 is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 57 | 229 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.10 |
| HSL | 277.33º | 0.77% | 0.56% | - |
| HSV(B) | 277.33º | 0.75% | 0.9% | - |
| XYZ | 30.92 | 16.48 | 75.68 | - |
| YUV | 108.6 | 195.95 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 57 | 229 | 0.28 | 0.75 | 0 | 0.10 | 277.33 | 0.77 | 0.56 |
| Hex | A4 | 39 | E5 | 1C | 4B | 0 | A | 115 | 4D | 38 |
| Octal | 244 | 71 | 345 | 34 | 113 | 0 | 12 | 425 | 115 | 70 |
| Binary | 10100100 | 111001 | 11100101 | 11100 | 1001011 | 0 | 1010 | 100010101 | 1001101 | 111000 |
Color Harmonies of #A439E5
Complementary color
Monochromatic Colors of #A439E5
Black with #A439E5
Text Example
Text Example
White with #A439E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A439E5; }
p { color: rgb(164,57,229); }
H1.HeaderClassName
{
color: #A439E5;
}
.AnyTagClassName
{
color: #A439E5;
}
</style>
background-color css
<style>
a { background-color: #A439E5; }
a { background-color: rgb(164,57,229); }
div.DivClassName
{
background-color: #A439E5;
}
.BgClassName
{
background-color: #A439E5;
}
</style>
border-color css
<style>
span { border-color: #A439E5; }
span { border-color: rgb(164,57,229); }
td.TdClassName
{
border-color: #A439E5;
}
.TagClassName
{
border-color: #A439E5;
}
</style>