Shades of Dark Orchid #A43AB0
Tints of Dark Orchid #A43AB0
RGB
CMYK
RGB Variations
Color information
#A43AB0 (or 0xA43AB0) is known color: Dark Orchid. HEX triplet: A4, 3A and B0. RGB value is (164,58,176). Sum of RGB (Red+Green+Blue) = 164+58+176=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 58 (23.05% from 255 or 14.57% from 398); Blue value is 176 (69.14% from 255 or 44.22% from 398); Max value from RGB is 176 - color contains mainly: blue. Hex color #A43AB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43AB0 is #5BC54F. Grayscale: #666666. Windows color (decimal): -6014288 or 11549348. OLE color: 11549348.
HSL color Cylindrical-coordinate representation of color #A43AB0: hue angle of 293.9º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A43AB0 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 58 | 176 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.31 |
| HSL | 293.9º | 0.5% | 0.46% | - |
| HSV(B) | 293.9º | 0.67% | 0.69% | - |
| XYZ | 24.66 | 14.05 | 42.49 | - |
| YUV | 103.15 | 169.12 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 58 | 176 | 0.07 | 0.67 | 0 | 0.31 | 293.9 | 0.5 | 0.46 |
| Hex | A4 | 3A | B0 | 7 | 43 | 0 | 1F | 126 | 32 | 2E |
| Octal | 244 | 72 | 260 | 7 | 103 | 0 | 37 | 446 | 62 | 56 |
| Binary | 10100100 | 111010 | 10110000 | 111 | 1000011 | 0 | 11111 | 100100110 | 110010 | 101110 |
Color Harmonies of #A43AB0
Complementary color
Monochromatic Colors of #A43AB0
Black with #A43AB0
Text Example
Text Example
White with #A43AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43AB0; }
p { color: rgb(164,58,176); }
H1.HeaderClassName
{
color: #A43AB0;
}
.AnyTagClassName
{
color: #A43AB0;
}
</style>
background-color css
<style>
a { background-color: #A43AB0; }
a { background-color: rgb(164,58,176); }
div.DivClassName
{
background-color: #A43AB0;
}
.BgClassName
{
background-color: #A43AB0;
}
</style>
border-color css
<style>
span { border-color: #A43AB0; }
span { border-color: rgb(164,58,176); }
td.TdClassName
{
border-color: #A43AB0;
}
.TagClassName
{
border-color: #A43AB0;
}
</style>