Shades of Dark Orchid #A128BF
Tints of Dark Orchid #A128BF
RGB
CMYK
RGB Variations
Color information
#A128BF (or 0xA128BF) is known color: Dark Orchid. HEX triplet: A1, 28 and BF. RGB value is (161,40,191). Sum of RGB (Red+Green+Blue) = 161+40+191=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 40 (16.02% from 255 or 10.20% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #A128BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A128BF is #5ED740. Grayscale: #5C5C5C. Windows color (decimal): -6215489 or 12527777. OLE color: 12527777.
HSL color Cylindrical-coordinate representation of color #A128BF: hue angle of 288.08º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A128BF is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 40 | 191 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.25 |
| HSL | 288.08º | 0.65% | 0.45% | - |
| HSV(B) | 288.08º | 0.79% | 0.75% | - |
| XYZ | 24.86 | 12.86 | 50.46 | - |
| YUV | 93.39 | 183.09 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 40 | 191 | 0.16 | 0.79 | 0 | 0.25 | 288.08 | 0.65 | 0.45 |
| Hex | A1 | 28 | BF | 10 | 4F | 0 | 19 | 120 | 41 | 2D |
| Octal | 241 | 50 | 277 | 20 | 117 | 0 | 31 | 440 | 101 | 55 |
| Binary | 10100001 | 101000 | 10111111 | 10000 | 1001111 | 0 | 11001 | 100100000 | 1000001 | 101101 |
Color Harmonies of #A128BF
Complementary color
Monochromatic Colors of #A128BF
Black with #A128BF
Text Example
Text Example
White with #A128BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A128BF; }
p { color: rgb(161,40,191); }
H1.HeaderClassName
{
color: #A128BF;
}
.AnyTagClassName
{
color: #A128BF;
}
</style>
background-color css
<style>
a { background-color: #A128BF; }
a { background-color: rgb(161,40,191); }
div.DivClassName
{
background-color: #A128BF;
}
.BgClassName
{
background-color: #A128BF;
}
</style>
border-color css
<style>
span { border-color: #A128BF; }
span { border-color: rgb(161,40,191); }
td.TdClassName
{
border-color: #A128BF;
}
.TagClassName
{
border-color: #A128BF;
}
</style>