Shades of Dark Orchid #A43BE8
Tints of Dark Orchid #A43BE8
RGB
CMYK
RGB Variations
Color information
#A43BE8 (or 0xA43BE8) is known color: Dark Orchid. HEX triplet: A4, 3B and E8. RGB value is (164,59,232). Sum of RGB (Red+Green+Blue) = 164+59+232=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 59 (23.44% from 255 or 12.97% from 455); Blue value is 232 (91.02% from 255 or 50.99% from 455); Max value from RGB is 232 - color contains mainly: blue. Hex color #A43BE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A43BE8 is #5BC417. Grayscale: #6D6D6D. Windows color (decimal): -6013976 or 15219620. OLE color: 15219620.
HSL color Cylindrical-coordinate representation of color #A43BE8: hue angle of 276.42º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A43BE8 is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 59 | 232 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.09 |
| HSL | 276.42º | 0.79% | 0.57% | - |
| HSV(B) | 276.42º | 0.75% | 0.91% | - |
| XYZ | 31.44 | 16.85 | 77.94 | - |
| YUV | 110.12 | 196.79 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 59 | 232 | 0.29 | 0.75 | 0 | 0.09 | 276.42 | 0.79 | 0.57 |
| Hex | A4 | 3B | E8 | 1D | 4B | 0 | 9 | 114 | 4F | 39 |
| Octal | 244 | 73 | 350 | 35 | 113 | 0 | 11 | 424 | 117 | 71 |
| Binary | 10100100 | 111011 | 11101000 | 11101 | 1001011 | 0 | 1001 | 100010100 | 1001111 | 111001 |
Color Harmonies of #A43BE8
Complementary color
Monochromatic Colors of #A43BE8
Black with #A43BE8
Text Example
Text Example
White with #A43BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43BE8; }
p { color: rgb(164,59,232); }
H1.HeaderClassName
{
color: #A43BE8;
}
.AnyTagClassName
{
color: #A43BE8;
}
</style>
background-color css
<style>
a { background-color: #A43BE8; }
a { background-color: rgb(164,59,232); }
div.DivClassName
{
background-color: #A43BE8;
}
.BgClassName
{
background-color: #A43BE8;
}
</style>
border-color css
<style>
span { border-color: #A43BE8; }
span { border-color: rgb(164,59,232); }
td.TdClassName
{
border-color: #A43BE8;
}
.TagClassName
{
border-color: #A43BE8;
}
</style>