Shades of Dark Orchid #A028AC
Tints of Dark Orchid #A028AC
RGB
CMYK
RGB Variations
Color information
#A028AC (or 0xA028AC) is known color: Dark Orchid. HEX triplet: A0, 28 and AC. RGB value is (160,40,172). Sum of RGB (Red+Green+Blue) = 160+40+172=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #A028AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A028AC is #5FD753. Grayscale: #5A5A5A. Windows color (decimal): -6281044 or 11282592. OLE color: 11282592.
HSL color Cylindrical-coordinate representation of color #A028AC: hue angle of 294.55º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A028AC is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 40 | 172 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.33 |
| HSL | 294.55º | 0.62% | 0.42% | - |
| HSV(B) | 294.55º | 0.77% | 0.67% | - |
| XYZ | 22.7 | 11.97 | 40.14 | - |
| YUV | 90.93 | 173.76 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 172 | 0.07 | 0.77 | 0 | 0.33 | 294.55 | 0.62 | 0.42 |
| Hex | A0 | 28 | AC | 7 | 4D | 0 | 21 | 127 | 3E | 2A |
| Octal | 240 | 50 | 254 | 7 | 115 | 0 | 41 | 447 | 76 | 52 |
| Binary | 10100000 | 101000 | 10101100 | 111 | 1001101 | 0 | 100001 | 100100111 | 111110 | 101010 |
Color Harmonies of #A028AC
Complementary color
Monochromatic Colors of #A028AC
Black with #A028AC
Text Example
Text Example
White with #A028AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A028AC; }
p { color: rgb(160,40,172); }
H1.HeaderClassName
{
color: #A028AC;
}
.AnyTagClassName
{
color: #A028AC;
}
</style>
background-color css
<style>
a { background-color: #A028AC; }
a { background-color: rgb(160,40,172); }
div.DivClassName
{
background-color: #A028AC;
}
.BgClassName
{
background-color: #A028AC;
}
</style>
border-color css
<style>
span { border-color: #A028AC; }
span { border-color: rgb(160,40,172); }
td.TdClassName
{
border-color: #A028AC;
}
.TagClassName
{
border-color: #A028AC;
}
</style>