Shades of Dark Orchid #A43ABB
Tints of Dark Orchid #A43ABB
RGB
CMYK
RGB Variations
Color information
#A43ABB (or 0xA43ABB) is known color: Dark Orchid. HEX triplet: A4, 3A and BB. RGB value is (164,58,187). Sum of RGB (Red+Green+Blue) = 164+58+187=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 58 (23.05% from 255 or 14.18% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 187 - color contains mainly: blue. Hex color #A43ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43ABB is #5BC544. Grayscale: #676767. Windows color (decimal): -6014277 or 12270244. OLE color: 12270244.
HSL color Cylindrical-coordinate representation of color #A43ABB: hue angle of 289.3º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A43ABB is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 58 | 187 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.27 |
| HSL | 289.3º | 0.53% | 0.48% | - |
| HSV(B) | 289.3º | 0.69% | 0.73% | - |
| XYZ | 25.79 | 14.51 | 48.45 | - |
| YUV | 104.4 | 174.62 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 58 | 187 | 0.12 | 0.69 | 0 | 0.27 | 289.3 | 0.53 | 0.48 |
| Hex | A4 | 3A | BB | C | 45 | 0 | 1B | 121 | 35 | 30 |
| Octal | 244 | 72 | 273 | 14 | 105 | 0 | 33 | 441 | 65 | 60 |
| Binary | 10100100 | 111010 | 10111011 | 1100 | 1000101 | 0 | 11011 | 100100001 | 110101 | 110000 |
Color Harmonies of #A43ABB
Complementary color
Monochromatic Colors of #A43ABB
Black with #A43ABB
Text Example
Text Example
White with #A43ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43ABB; }
p { color: rgb(164,58,187); }
H1.HeaderClassName
{
color: #A43ABB;
}
.AnyTagClassName
{
color: #A43ABB;
}
</style>
background-color css
<style>
a { background-color: #A43ABB; }
a { background-color: rgb(164,58,187); }
div.DivClassName
{
background-color: #A43ABB;
}
.BgClassName
{
background-color: #A43ABB;
}
</style>
border-color css
<style>
span { border-color: #A43ABB; }
span { border-color: rgb(164,58,187); }
td.TdClassName
{
border-color: #A43ABB;
}
.TagClassName
{
border-color: #A43ABB;
}
</style>