Shades of Dark Orchid #A128DC
Tints of Dark Orchid #A128DC
RGB
CMYK
RGB Variations
Color information
#A128DC (or 0xA128DC) is known color: Dark Orchid. HEX triplet: A1, 28 and DC. RGB value is (161,40,220). Sum of RGB (Red+Green+Blue) = 161+40+220=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 40 (16.02% from 255 or 9.50% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #A128DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A128DC is #5ED723. Grayscale: #606060. Windows color (decimal): -6215460 or 14428321. OLE color: 14428321.
HSL color Cylindrical-coordinate representation of color #A128DC: hue angle of 280.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A128DC is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 40 | 220 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.14 |
| HSL | 280.33º | 0.72% | 0.51% | - |
| HSV(B) | 280.33º | 0.82% | 0.86% | - |
| XYZ | 28.38 | 14.26 | 68.97 | - |
| YUV | 96.7 | 197.59 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 40 | 220 | 0.27 | 0.82 | 0 | 0.14 | 280.33 | 0.72 | 0.51 |
| Hex | A1 | 28 | DC | 1B | 52 | 0 | E | 118 | 48 | 33 |
| Octal | 241 | 50 | 334 | 33 | 122 | 0 | 16 | 430 | 110 | 63 |
| Binary | 10100001 | 101000 | 11011100 | 11011 | 1010010 | 0 | 1110 | 100011000 | 1001000 | 110011 |
Color Harmonies of #A128DC
Complementary color
Monochromatic Colors of #A128DC
Black with #A128DC
Text Example
Text Example
White with #A128DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A128DC; }
p { color: rgb(161,40,220); }
H1.HeaderClassName
{
color: #A128DC;
}
.AnyTagClassName
{
color: #A128DC;
}
</style>
background-color css
<style>
a { background-color: #A128DC; }
a { background-color: rgb(161,40,220); }
div.DivClassName
{
background-color: #A128DC;
}
.BgClassName
{
background-color: #A128DC;
}
</style>
border-color css
<style>
span { border-color: #A128DC; }
span { border-color: rgb(161,40,220); }
td.TdClassName
{
border-color: #A128DC;
}
.TagClassName
{
border-color: #A128DC;
}
</style>