Shades of Dark Orchid #A438DC
Tints of Dark Orchid #A438DC
RGB
CMYK
RGB Variations
Color information
#A438DC (or 0xA438DC) is known color: Dark Orchid. HEX triplet: A4, 38 and DC. RGB value is (164,56,220). Sum of RGB (Red+Green+Blue) = 164+56+220=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 56 (22.27% from 255 or 12.73% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #A438DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A438DC is #5BC723. Grayscale: #6A6A6A. Windows color (decimal): -6014756 or 14432420. OLE color: 14432420.
HSL color Cylindrical-coordinate representation of color #A438DC: hue angle of 279.51º 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 #A438DC is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 56 | 220 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.14 |
| HSL | 279.51º | 0.7% | 0.54% | - |
| HSV(B) | 279.51º | 0.75% | 0.86% | - |
| XYZ | 29.64 | 15.89 | 69.21 | - |
| YUV | 106.99 | 191.78 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 56 | 220 | 0.25 | 0.75 | 0 | 0.14 | 279.51 | 0.7 | 0.54 |
| Hex | A4 | 38 | DC | 19 | 4B | 0 | E | 118 | 46 | 36 |
| Octal | 244 | 70 | 334 | 31 | 113 | 0 | 16 | 430 | 106 | 66 |
| Binary | 10100100 | 111000 | 11011100 | 11001 | 1001011 | 0 | 1110 | 100011000 | 1000110 | 110110 |
Color Harmonies of #A438DC
Complementary color
Monochromatic Colors of #A438DC
Black with #A438DC
Text Example
Text Example
White with #A438DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A438DC; }
p { color: rgb(164,56,220); }
H1.HeaderClassName
{
color: #A438DC;
}
.AnyTagClassName
{
color: #A438DC;
}
</style>
background-color css
<style>
a { background-color: #A438DC; }
a { background-color: rgb(164,56,220); }
div.DivClassName
{
background-color: #A438DC;
}
.BgClassName
{
background-color: #A438DC;
}
</style>
border-color css
<style>
span { border-color: #A438DC; }
span { border-color: rgb(164,56,220); }
td.TdClassName
{
border-color: #A438DC;
}
.TagClassName
{
border-color: #A438DC;
}
</style>