Shades of Dark Orchid #A43AB2
Tints of Dark Orchid #A43AB2
RGB
CMYK
RGB Variations
Color information
#A43AB2 (or 0xA43AB2) is known color: Dark Orchid. HEX triplet: A4, 3A and B2. RGB value is (164,58,178). Sum of RGB (Red+Green+Blue) = 164+58+178=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 58 (23.05% from 255 or 14.5% from 400); Blue value is 178 (69.92% from 255 or 44.5% from 400); Max value from RGB is 178 - color contains mainly: blue. Hex color #A43AB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43AB2 is #5BC54D. Grayscale: #666666. Windows color (decimal): -6014286 or 11680420. OLE color: 11680420.
HSL color Cylindrical-coordinate representation of color #A43AB2: hue angle of 293º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A43AB2 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 58 | 178 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.30 |
| HSL | 293º | 0.51% | 0.46% | - |
| HSV(B) | 293º | 0.67% | 0.7% | - |
| XYZ | 24.86 | 14.13 | 43.54 | - |
| YUV | 103.37 | 170.12 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 58 | 178 | 0.08 | 0.67 | 0 | 0.30 | 293 | 0.51 | 0.46 |
| Hex | A4 | 3A | B2 | 8 | 43 | 0 | 1E | 125 | 33 | 2E |
| Octal | 244 | 72 | 262 | 10 | 103 | 0 | 36 | 445 | 63 | 56 |
| Binary | 10100100 | 111010 | 10110010 | 1000 | 1000011 | 0 | 11110 | 100100101 | 110011 | 101110 |
Color Harmonies of #A43AB2
Complementary color
Monochromatic Colors of #A43AB2
Black with #A43AB2
Text Example
Text Example
White with #A43AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43AB2; }
p { color: rgb(164,58,178); }
H1.HeaderClassName
{
color: #A43AB2;
}
.AnyTagClassName
{
color: #A43AB2;
}
</style>
background-color css
<style>
a { background-color: #A43AB2; }
a { background-color: rgb(164,58,178); }
div.DivClassName
{
background-color: #A43AB2;
}
.BgClassName
{
background-color: #A43AB2;
}
</style>
border-color css
<style>
span { border-color: #A43AB2; }
span { border-color: rgb(164,58,178); }
td.TdClassName
{
border-color: #A43AB2;
}
.TagClassName
{
border-color: #A43AB2;
}
</style>