Shades of Dark Orchid #A128AB
Tints of Dark Orchid #A128AB
RGB
CMYK
RGB Variations
Color information
#A128AB (or 0xA128AB) is known color: Dark Orchid. HEX triplet: A1, 28 and AB. RGB value is (161,40,171). Sum of RGB (Red+Green+Blue) = 161+40+171=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #A128AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A128AB is #5ED754. Grayscale: #5A5A5A. Windows color (decimal): -6215509 or 11217057. OLE color: 11217057.
HSL color Cylindrical-coordinate representation of color #A128AB: hue angle of 295.42º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A128AB is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 40 | 171 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.33 |
| HSL | 295.42º | 0.62% | 0.41% | - |
| HSV(B) | 295.42º | 0.77% | 0.67% | - |
| XYZ | 22.81 | 12.03 | 39.65 | - |
| YUV | 91.11 | 173.09 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 40 | 171 | 0.06 | 0.77 | 0 | 0.33 | 295.42 | 0.62 | 0.41 |
| Hex | A1 | 28 | AB | 6 | 4D | 0 | 21 | 127 | 3E | 29 |
| Octal | 241 | 50 | 253 | 6 | 115 | 0 | 41 | 447 | 76 | 51 |
| Binary | 10100001 | 101000 | 10101011 | 110 | 1001101 | 0 | 100001 | 100100111 | 111110 | 101001 |
Color Harmonies of #A128AB
Complementary color
Monochromatic Colors of #A128AB
Black with #A128AB
Text Example
Text Example
White with #A128AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A128AB; }
p { color: rgb(161,40,171); }
H1.HeaderClassName
{
color: #A128AB;
}
.AnyTagClassName
{
color: #A128AB;
}
</style>
background-color css
<style>
a { background-color: #A128AB; }
a { background-color: rgb(161,40,171); }
div.DivClassName
{
background-color: #A128AB;
}
.BgClassName
{
background-color: #A128AB;
}
</style>
border-color css
<style>
span { border-color: #A128AB; }
span { border-color: rgb(161,40,171); }
td.TdClassName
{
border-color: #A128AB;
}
.TagClassName
{
border-color: #A128AB;
}
</style>