Shades of Dark Orchid #A43ACD
Tints of Dark Orchid #A43ACD
RGB
CMYK
RGB Variations
Color information
#A43ACD (or 0xA43ACD) is known color: Dark Orchid. HEX triplet: A4, 3A and CD. RGB value is (164,58,205). Sum of RGB (Red+Green+Blue) = 164+58+205=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 58 (23.05% from 255 or 13.58% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #A43ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43ACD is #5BC532. Grayscale: #696969. Windows color (decimal): -6014259 or 13449892. OLE color: 13449892.
HSL color Cylindrical-coordinate representation of color #A43ACD: hue angle of 283.27º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A43ACD is Cyan = 0.2, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 58 | 205 | - |
| CMYK | 0.2 | 0.72 | 0 | 0.20 |
| HSL | 283.27º | 0.6% | 0.52% | - |
| HSV(B) | 283.27º | 0.72% | 0.8% | - |
| XYZ | 27.84 | 15.33 | 59.25 | - |
| YUV | 106.45 | 183.62 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 58 | 205 | 0.2 | 0.72 | 0 | 0.20 | 283.27 | 0.6 | 0.52 |
| Hex | A4 | 3A | CD | 14 | 48 | 0 | 14 | 11B | 3C | 34 |
| Octal | 244 | 72 | 315 | 24 | 110 | 0 | 24 | 433 | 74 | 64 |
| Binary | 10100100 | 111010 | 11001101 | 10100 | 1001000 | 0 | 10100 | 100011011 | 111100 | 110100 |
Color Harmonies of #A43ACD
Complementary color
Monochromatic Colors of #A43ACD
Black with #A43ACD
Text Example
Text Example
White with #A43ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43ACD; }
p { color: rgb(164,58,205); }
H1.HeaderClassName
{
color: #A43ACD;
}
.AnyTagClassName
{
color: #A43ACD;
}
</style>
background-color css
<style>
a { background-color: #A43ACD; }
a { background-color: rgb(164,58,205); }
div.DivClassName
{
background-color: #A43ACD;
}
.BgClassName
{
background-color: #A43ACD;
}
</style>
border-color css
<style>
span { border-color: #A43ACD; }
span { border-color: rgb(164,58,205); }
td.TdClassName
{
border-color: #A43ACD;
}
.TagClassName
{
border-color: #A43ACD;
}
</style>