Shades of Dark Orchid #A437DC
Tints of Dark Orchid #A437DC
RGB
CMYK
RGB Variations
Color information
#A437DC (or 0xA437DC) is known color: Dark Orchid. HEX triplet: A4, 37 and DC. RGB value is (164,55,220). Sum of RGB (Red+Green+Blue) = 164+55+220=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 55 (21.88% from 255 or 12.53% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #A437DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A437DC is #5BC823. Grayscale: #696969. Windows color (decimal): -6015012 or 14432164. OLE color: 14432164.
HSL color Cylindrical-coordinate representation of color #A437DC: hue angle of 279.64º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A437DC is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 55 | 220 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.14 |
| HSL | 279.64º | 0.7% | 0.54% | - |
| HSV(B) | 279.64º | 0.75% | 0.86% | - |
| XYZ | 29.59 | 15.79 | 69.2 | - |
| YUV | 106.4 | 192.11 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 55 | 220 | 0.25 | 0.75 | 0 | 0.14 | 279.64 | 0.7 | 0.54 |
| Hex | A4 | 37 | DC | 19 | 4B | 0 | E | 118 | 46 | 36 |
| Octal | 244 | 67 | 334 | 31 | 113 | 0 | 16 | 430 | 106 | 66 |
| Binary | 10100100 | 110111 | 11011100 | 11001 | 1001011 | 0 | 1110 | 100011000 | 1000110 | 110110 |
Color Harmonies of #A437DC
Complementary color
Monochromatic Colors of #A437DC
Black with #A437DC
Text Example
Text Example
White with #A437DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A437DC; }
p { color: rgb(164,55,220); }
H1.HeaderClassName
{
color: #A437DC;
}
.AnyTagClassName
{
color: #A437DC;
}
</style>
background-color css
<style>
a { background-color: #A437DC; }
a { background-color: rgb(164,55,220); }
div.DivClassName
{
background-color: #A437DC;
}
.BgClassName
{
background-color: #A437DC;
}
</style>
border-color css
<style>
span { border-color: #A437DC; }
span { border-color: rgb(164,55,220); }
td.TdClassName
{
border-color: #A437DC;
}
.TagClassName
{
border-color: #A437DC;
}
</style>