Shades of Dark Orchid #A43BBE
Tints of Dark Orchid #A43BBE
RGB
CMYK
RGB Variations
Color information
#A43BBE (or 0xA43BBE) is known color: Dark Orchid. HEX triplet: A4, 3B and BE. RGB value is (164,59,190). Sum of RGB (Red+Green+Blue) = 164+59+190=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 59 (23.44% from 255 or 14.29% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #A43BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43BBE is #5BC441. Grayscale: #686868. Windows color (decimal): -6014018 or 12467108. OLE color: 12467108.
HSL color Cylindrical-coordinate representation of color #A43BBE: hue angle of 288.09º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A43BBE is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 59 | 190 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.25 |
| HSL | 288.09º | 0.53% | 0.49% | - |
| HSV(B) | 288.09º | 0.69% | 0.75% | - |
| XYZ | 26.17 | 14.74 | 50.18 | - |
| YUV | 105.33 | 175.79 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 59 | 190 | 0.14 | 0.69 | 0 | 0.25 | 288.09 | 0.53 | 0.49 |
| Hex | A4 | 3B | BE | E | 45 | 0 | 19 | 120 | 35 | 31 |
| Octal | 244 | 73 | 276 | 16 | 105 | 0 | 31 | 440 | 65 | 61 |
| Binary | 10100100 | 111011 | 10111110 | 1110 | 1000101 | 0 | 11001 | 100100000 | 110101 | 110001 |
Color Harmonies of #A43BBE
Complementary color
Monochromatic Colors of #A43BBE
Black with #A43BBE
Text Example
Text Example
White with #A43BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43BBE; }
p { color: rgb(164,59,190); }
H1.HeaderClassName
{
color: #A43BBE;
}
.AnyTagClassName
{
color: #A43BBE;
}
</style>
background-color css
<style>
a { background-color: #A43BBE; }
a { background-color: rgb(164,59,190); }
div.DivClassName
{
background-color: #A43BBE;
}
.BgClassName
{
background-color: #A43BBE;
}
</style>
border-color css
<style>
span { border-color: #A43BBE; }
span { border-color: rgb(164,59,190); }
td.TdClassName
{
border-color: #A43BBE;
}
.TagClassName
{
border-color: #A43BBE;
}
</style>