Shades of Dark Orchid #A43BCD
Tints of Dark Orchid #A43BCD
RGB
CMYK
RGB Variations
Color information
#A43BCD (or 0xA43BCD) is known color: Dark Orchid. HEX triplet: A4, 3B and CD. RGB value is (164,59,205). Sum of RGB (Red+Green+Blue) = 164+59+205=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 59 (23.44% from 255 or 13.79% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #A43BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43BCD is #5BC432. Grayscale: #6A6A6A. Windows color (decimal): -6014003 or 13450148. OLE color: 13450148.
HSL color Cylindrical-coordinate representation of color #A43BCD: hue angle of 283.15º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A43BCD is Cyan = 0.2, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 59 | 205 | - |
| CMYK | 0.2 | 0.71 | 0 | 0.20 |
| HSL | 283.15º | 0.59% | 0.52% | - |
| HSV(B) | 283.15º | 0.71% | 0.8% | - |
| XYZ | 27.89 | 15.43 | 59.27 | - |
| YUV | 107.04 | 183.29 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 59 | 205 | 0.2 | 0.71 | 0 | 0.20 | 283.15 | 0.59 | 0.52 |
| Hex | A4 | 3B | CD | 14 | 47 | 0 | 14 | 11B | 3B | 34 |
| Octal | 244 | 73 | 315 | 24 | 107 | 0 | 24 | 433 | 73 | 64 |
| Binary | 10100100 | 111011 | 11001101 | 10100 | 1000111 | 0 | 10100 | 100011011 | 111011 | 110100 |
Color Harmonies of #A43BCD
Complementary color
Monochromatic Colors of #A43BCD
Black with #A43BCD
Text Example
Text Example
White with #A43BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43BCD; }
p { color: rgb(164,59,205); }
H1.HeaderClassName
{
color: #A43BCD;
}
.AnyTagClassName
{
color: #A43BCD;
}
</style>
background-color css
<style>
a { background-color: #A43BCD; }
a { background-color: rgb(164,59,205); }
div.DivClassName
{
background-color: #A43BCD;
}
.BgClassName
{
background-color: #A43BCD;
}
</style>
border-color css
<style>
span { border-color: #A43BCD; }
span { border-color: rgb(164,59,205); }
td.TdClassName
{
border-color: #A43BCD;
}
.TagClassName
{
border-color: #A43BCD;
}
</style>