Shades of Dark Orchid #A43AD3
Tints of Dark Orchid #A43AD3
RGB
CMYK
RGB Variations
Color information
#A43AD3 (or 0xA43AD3) is known color: Dark Orchid. HEX triplet: A4, 3A and D3. RGB value is (164,58,211). Sum of RGB (Red+Green+Blue) = 164+58+211=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 58 (23.05% from 255 or 13.39% from 433); Blue value is 211 (82.81% from 255 or 48.73% from 433); Max value from RGB is 211 - color contains mainly: blue. Hex color #A43AD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43AD3 is #5BC52C. Grayscale: #6A6A6A. Windows color (decimal): -6014253 or 13843108. OLE color: 13843108.
HSL color Cylindrical-coordinate representation of color #A43AD3: hue angle of 281.57º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A43AD3 is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 58 | 211 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.17 |
| HSL | 281.57º | 0.63% | 0.53% | - |
| HSV(B) | 281.57º | 0.73% | 0.83% | - |
| XYZ | 28.58 | 15.62 | 63.14 | - |
| YUV | 107.14 | 186.62 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 58 | 211 | 0.22 | 0.73 | 0 | 0.17 | 281.57 | 0.63 | 0.53 |
| Hex | A4 | 3A | D3 | 16 | 49 | 0 | 11 | 11A | 3F | 35 |
| Octal | 244 | 72 | 323 | 26 | 111 | 0 | 21 | 432 | 77 | 65 |
| Binary | 10100100 | 111010 | 11010011 | 10110 | 1001001 | 0 | 10001 | 100011010 | 111111 | 110101 |
Color Harmonies of #A43AD3
Complementary color
Monochromatic Colors of #A43AD3
Black with #A43AD3
Text Example
Text Example
White with #A43AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43AD3; }
p { color: rgb(164,58,211); }
H1.HeaderClassName
{
color: #A43AD3;
}
.AnyTagClassName
{
color: #A43AD3;
}
</style>
background-color css
<style>
a { background-color: #A43AD3; }
a { background-color: rgb(164,58,211); }
div.DivClassName
{
background-color: #A43AD3;
}
.BgClassName
{
background-color: #A43AD3;
}
</style>
border-color css
<style>
span { border-color: #A43AD3; }
span { border-color: rgb(164,58,211); }
td.TdClassName
{
border-color: #A43AD3;
}
.TagClassName
{
border-color: #A43AD3;
}
</style>