Shades of Dark Orchid #A43BDF
Tints of Dark Orchid #A43BDF
RGB
CMYK
RGB Variations
Color information
#A43BDF (or 0xA43BDF) is known color: Dark Orchid. HEX triplet: A4, 3B and DF. RGB value is (164,59,223). Sum of RGB (Red+Green+Blue) = 164+59+223=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 59 (23.44% from 255 or 13.23% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #A43BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43BDF is #5BC420. Grayscale: #6C6C6C. Windows color (decimal): -6013985 or 14629796. OLE color: 14629796.
HSL color Cylindrical-coordinate representation of color #A43BDF: hue angle of 278.41º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A43BDF is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 59 | 223 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.13 |
| HSL | 278.41º | 0.72% | 0.55% | - |
| HSV(B) | 278.41º | 0.74% | 0.87% | - |
| XYZ | 30.19 | 16.35 | 71.38 | - |
| YUV | 109.09 | 192.29 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 59 | 223 | 0.26 | 0.74 | 0 | 0.13 | 278.41 | 0.72 | 0.55 |
| Hex | A4 | 3B | DF | 1A | 4A | 0 | D | 116 | 48 | 37 |
| Octal | 244 | 73 | 337 | 32 | 112 | 0 | 15 | 426 | 110 | 67 |
| Binary | 10100100 | 111011 | 11011111 | 11010 | 1001010 | 0 | 1101 | 100010110 | 1001000 | 110111 |
Color Harmonies of #A43BDF
Complementary color
Monochromatic Colors of #A43BDF
Black with #A43BDF
Text Example
Text Example
White with #A43BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43BDF; }
p { color: rgb(164,59,223); }
H1.HeaderClassName
{
color: #A43BDF;
}
.AnyTagClassName
{
color: #A43BDF;
}
</style>
background-color css
<style>
a { background-color: #A43BDF; }
a { background-color: rgb(164,59,223); }
div.DivClassName
{
background-color: #A43BDF;
}
.BgClassName
{
background-color: #A43BDF;
}
</style>
border-color css
<style>
span { border-color: #A43BDF; }
span { border-color: rgb(164,59,223); }
td.TdClassName
{
border-color: #A43BDF;
}
.TagClassName
{
border-color: #A43BDF;
}
</style>