Shades of Dark Orchid #A128DD
Tints of Dark Orchid #A128DD
RGB
CMYK
RGB Variations
Color information
#A128DD (or 0xA128DD) is known color: Dark Orchid. HEX triplet: A1, 28 and DD. RGB value is (161,40,221). Sum of RGB (Red+Green+Blue) = 161+40+221=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 40 (16.02% from 255 or 9.48% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #A128DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A128DD is #5ED722. Grayscale: #606060. Windows color (decimal): -6215459 or 14493857. OLE color: 14493857.
HSL color Cylindrical-coordinate representation of color #A128DD: hue angle of 280.11º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A128DD is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 40 | 221 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.13 |
| HSL | 280.11º | 0.73% | 0.51% | - |
| HSV(B) | 280.11º | 0.82% | 0.87% | - |
| XYZ | 28.51 | 14.32 | 69.67 | - |
| YUV | 96.81 | 198.09 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 40 | 221 | 0.27 | 0.82 | 0 | 0.13 | 280.11 | 0.73 | 0.51 |
| Hex | A1 | 28 | DD | 1B | 52 | 0 | D | 118 | 49 | 33 |
| Octal | 241 | 50 | 335 | 33 | 122 | 0 | 15 | 430 | 111 | 63 |
| Binary | 10100001 | 101000 | 11011101 | 11011 | 1010010 | 0 | 1101 | 100011000 | 1001001 | 110011 |
Color Harmonies of #A128DD
Complementary color
Monochromatic Colors of #A128DD
Black with #A128DD
Text Example
Text Example
White with #A128DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A128DD; }
p { color: rgb(161,40,221); }
H1.HeaderClassName
{
color: #A128DD;
}
.AnyTagClassName
{
color: #A128DD;
}
</style>
background-color css
<style>
a { background-color: #A128DD; }
a { background-color: rgb(161,40,221); }
div.DivClassName
{
background-color: #A128DD;
}
.BgClassName
{
background-color: #A128DD;
}
</style>
border-color css
<style>
span { border-color: #A128DD; }
span { border-color: rgb(161,40,221); }
td.TdClassName
{
border-color: #A128DD;
}
.TagClassName
{
border-color: #A128DD;
}
</style>