Shades of Dark Orchid #A443D6
Tints of Dark Orchid #A443D6
RGB
CMYK
RGB Variations
Color information
#A443D6 (or 0xA443D6) is known color: Dark Orchid. HEX triplet: A4, 43 and D6. RGB value is (164,67,214). Sum of RGB (Red+Green+Blue) = 164+67+214=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 67 (26.56% from 255 or 15.06% from 445); Blue value is 214 (83.98% from 255 or 48.09% from 445); Max value from RGB is 214 - color contains mainly: blue. Hex color #A443D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A443D6 is #5BBC29. Grayscale: #707070. Windows color (decimal): -6011946 or 14042020. OLE color: 14042020.
HSL color Cylindrical-coordinate representation of color #A443D6: hue angle of 279.59º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A443D6 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 67 | 214 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.16 |
| HSL | 279.59º | 0.64% | 0.55% | - |
| HSV(B) | 279.59º | 0.69% | 0.84% | - |
| XYZ | 29.45 | 16.76 | 65.3 | - |
| YUV | 112.76 | 185.14 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 67 | 214 | 0.23 | 0.69 | 0 | 0.16 | 279.59 | 0.64 | 0.55 |
| Hex | A4 | 43 | D6 | 17 | 45 | 0 | 10 | 118 | 40 | 37 |
| Octal | 244 | 103 | 326 | 27 | 105 | 0 | 20 | 430 | 100 | 67 |
| Binary | 10100100 | 1000011 | 11010110 | 10111 | 1000101 | 0 | 10000 | 100011000 | 1000000 | 110111 |
Color Harmonies of #A443D6
Complementary color
Monochromatic Colors of #A443D6
Black with #A443D6
Text Example
Text Example
White with #A443D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A443D6; }
p { color: rgb(164,67,214); }
H1.HeaderClassName
{
color: #A443D6;
}
.AnyTagClassName
{
color: #A443D6;
}
</style>
background-color css
<style>
a { background-color: #A443D6; }
a { background-color: rgb(164,67,214); }
div.DivClassName
{
background-color: #A443D6;
}
.BgClassName
{
background-color: #A443D6;
}
</style>
border-color css
<style>
span { border-color: #A443D6; }
span { border-color: rgb(164,67,214); }
td.TdClassName
{
border-color: #A443D6;
}
.TagClassName
{
border-color: #A443D6;
}
</style>