Shades of Dark Orchid #A43BBA
Tints of Dark Orchid #A43BBA
RGB
CMYK
RGB Variations
Color information
#A43BBA (or 0xA43BBA) is known color: Dark Orchid. HEX triplet: A4, 3B and BA. RGB value is (164,59,186). Sum of RGB (Red+Green+Blue) = 164+59+186=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 59 (23.44% from 255 or 14.43% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #A43BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43BBA is #5BC445. Grayscale: #686868. Windows color (decimal): -6014022 or 12204964. OLE color: 12204964.
HSL color Cylindrical-coordinate representation of color #A43BBA: hue angle of 289.61º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A43BBA is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 59 | 186 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.27 |
| HSL | 289.61º | 0.52% | 0.48% | - |
| HSV(B) | 289.61º | 0.68% | 0.73% | - |
| XYZ | 25.74 | 14.57 | 47.91 | - |
| YUV | 104.87 | 173.79 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 59 | 186 | 0.12 | 0.68 | 0 | 0.27 | 289.61 | 0.52 | 0.48 |
| Hex | A4 | 3B | BA | C | 44 | 0 | 1B | 122 | 34 | 30 |
| Octal | 244 | 73 | 272 | 14 | 104 | 0 | 33 | 442 | 64 | 60 |
| Binary | 10100100 | 111011 | 10111010 | 1100 | 1000100 | 0 | 11011 | 100100010 | 110100 | 110000 |
Color Harmonies of #A43BBA
Complementary color
Monochromatic Colors of #A43BBA
Black with #A43BBA
Text Example
Text Example
White with #A43BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43BBA; }
p { color: rgb(164,59,186); }
H1.HeaderClassName
{
color: #A43BBA;
}
.AnyTagClassName
{
color: #A43BBA;
}
</style>
background-color css
<style>
a { background-color: #A43BBA; }
a { background-color: rgb(164,59,186); }
div.DivClassName
{
background-color: #A43BBA;
}
.BgClassName
{
background-color: #A43BBA;
}
</style>
border-color css
<style>
span { border-color: #A43BBA; }
span { border-color: rgb(164,59,186); }
td.TdClassName
{
border-color: #A43BBA;
}
.TagClassName
{
border-color: #A43BBA;
}
</style>