Shades of Dark Orchid #A43FBD
Tints of Dark Orchid #A43FBD
RGB
CMYK
RGB Variations
Color information
#A43FBD (or 0xA43FBD) is known color: Dark Orchid. HEX triplet: A4, 3F and BD. RGB value is (164,63,189). Sum of RGB (Red+Green+Blue) = 164+63+189=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 63 (25% from 255 or 15.14% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #A43FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43FBD is #5BC042. Grayscale: #6B6B6B. Windows color (decimal): -6012995 or 12402596. OLE color: 12402596.
HSL color Cylindrical-coordinate representation of color #A43FBD: hue angle of 288.1º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A43FBD is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 63 | 189 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.26 |
| HSL | 288.1º | 0.5% | 0.49% | - |
| HSV(B) | 288.1º | 0.67% | 0.74% | - |
| XYZ | 26.27 | 15.12 | 49.68 | - |
| YUV | 107.56 | 173.96 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 63 | 189 | 0.13 | 0.67 | 0 | 0.26 | 288.1 | 0.5 | 0.49 |
| Hex | A4 | 3F | BD | D | 43 | 0 | 1A | 120 | 32 | 31 |
| Octal | 244 | 77 | 275 | 15 | 103 | 0 | 32 | 440 | 62 | 61 |
| Binary | 10100100 | 111111 | 10111101 | 1101 | 1000011 | 0 | 11010 | 100100000 | 110010 | 110001 |
Color Harmonies of #A43FBD
Complementary color
Monochromatic Colors of #A43FBD
Black with #A43FBD
Text Example
Text Example
White with #A43FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43FBD; }
p { color: rgb(164,63,189); }
H1.HeaderClassName
{
color: #A43FBD;
}
.AnyTagClassName
{
color: #A43FBD;
}
</style>
background-color css
<style>
a { background-color: #A43FBD; }
a { background-color: rgb(164,63,189); }
div.DivClassName
{
background-color: #A43FBD;
}
.BgClassName
{
background-color: #A43FBD;
}
</style>
border-color css
<style>
span { border-color: #A43FBD; }
span { border-color: rgb(164,63,189); }
td.TdClassName
{
border-color: #A43FBD;
}
.TagClassName
{
border-color: #A43FBD;
}
</style>