Shades of Dark Orchid #A43AD0
Tints of Dark Orchid #A43AD0
RGB
CMYK
RGB Variations
Color information
#A43AD0 (or 0xA43AD0) is known color: Dark Orchid. HEX triplet: A4, 3A and D0. RGB value is (164,58,208). Sum of RGB (Red+Green+Blue) = 164+58+208=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 58 (23.05% from 255 or 13.49% from 430); Blue value is 208 (81.64% from 255 or 48.37% from 430); Max value from RGB is 208 - color contains mainly: blue. Hex color #A43AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43AD0 is #5BC52F. Grayscale: #6A6A6A. Windows color (decimal): -6014256 or 13646500. OLE color: 13646500.
HSL color Cylindrical-coordinate representation of color #A43AD0: hue angle of 282.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A43AD0 is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 58 | 208 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.18 |
| HSL | 282.4º | 0.61% | 0.52% | - |
| HSV(B) | 282.4º | 0.72% | 0.82% | - |
| XYZ | 28.21 | 15.47 | 61.17 | - |
| YUV | 106.79 | 185.12 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 58 | 208 | 0.21 | 0.72 | 0 | 0.18 | 282.4 | 0.61 | 0.52 |
| Hex | A4 | 3A | D0 | 15 | 48 | 0 | 12 | 11A | 3D | 34 |
| Octal | 244 | 72 | 320 | 25 | 110 | 0 | 22 | 432 | 75 | 64 |
| Binary | 10100100 | 111010 | 11010000 | 10101 | 1001000 | 0 | 10010 | 100011010 | 111101 | 110100 |
Color Harmonies of #A43AD0
Complementary color
Monochromatic Colors of #A43AD0
Black with #A43AD0
Text Example
Text Example
White with #A43AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43AD0; }
p { color: rgb(164,58,208); }
H1.HeaderClassName
{
color: #A43AD0;
}
.AnyTagClassName
{
color: #A43AD0;
}
</style>
background-color css
<style>
a { background-color: #A43AD0; }
a { background-color: rgb(164,58,208); }
div.DivClassName
{
background-color: #A43AD0;
}
.BgClassName
{
background-color: #A43AD0;
}
</style>
border-color css
<style>
span { border-color: #A43AD0; }
span { border-color: rgb(164,58,208); }
td.TdClassName
{
border-color: #A43AD0;
}
.TagClassName
{
border-color: #A43AD0;
}
</style>