Shades of Dark Orchid #A128BA
Tints of Dark Orchid #A128BA
RGB
CMYK
RGB Variations
Color information
#A128BA (or 0xA128BA) is known color: Dark Orchid. HEX triplet: A1, 28 and BA. RGB value is (161,40,186). Sum of RGB (Red+Green+Blue) = 161+40+186=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 40 (16.02% from 255 or 10.34% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #A128BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A128BA is #5ED745. Grayscale: #5C5C5C. Windows color (decimal): -6215494 or 12200097. OLE color: 12200097.
HSL color Cylindrical-coordinate representation of color #A128BA: hue angle of 289.73º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A128BA is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 40 | 186 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.27 |
| HSL | 289.73º | 0.65% | 0.44% | - |
| HSV(B) | 289.73º | 0.78% | 0.73% | - |
| XYZ | 24.32 | 12.64 | 47.61 | - |
| YUV | 92.82 | 180.59 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 40 | 186 | 0.13 | 0.78 | 0 | 0.27 | 289.73 | 0.65 | 0.44 |
| Hex | A1 | 28 | BA | D | 4E | 0 | 1B | 122 | 41 | 2C |
| Octal | 241 | 50 | 272 | 15 | 116 | 0 | 33 | 442 | 101 | 54 |
| Binary | 10100001 | 101000 | 10111010 | 1101 | 1001110 | 0 | 11011 | 100100010 | 1000001 | 101100 |
Color Harmonies of #A128BA
Complementary color
Monochromatic Colors of #A128BA
Black with #A128BA
Text Example
Text Example
White with #A128BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A128BA; }
p { color: rgb(161,40,186); }
H1.HeaderClassName
{
color: #A128BA;
}
.AnyTagClassName
{
color: #A128BA;
}
</style>
background-color css
<style>
a { background-color: #A128BA; }
a { background-color: rgb(161,40,186); }
div.DivClassName
{
background-color: #A128BA;
}
.BgClassName
{
background-color: #A128BA;
}
</style>
border-color css
<style>
span { border-color: #A128BA; }
span { border-color: rgb(161,40,186); }
td.TdClassName
{
border-color: #A128BA;
}
.TagClassName
{
border-color: #A128BA;
}
</style>