Shades of Dark Orchid #A028AD
Tints of Dark Orchid #A028AD
RGB
CMYK
RGB Variations
Color information
#A028AD (or 0xA028AD) is known color: Dark Orchid. HEX triplet: A0, 28 and AD. RGB value is (160,40,173). Sum of RGB (Red+Green+Blue) = 160+40+173=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #A028AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A028AD is #5FD752. Grayscale: #5A5A5A. Windows color (decimal): -6281043 or 11348128. OLE color: 11348128.
HSL color Cylindrical-coordinate representation of color #A028AD: hue angle of 294.14º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A028AD is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 40 | 173 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.32 |
| HSL | 294.14º | 0.62% | 0.42% | - |
| HSV(B) | 294.14º | 0.77% | 0.68% | - |
| XYZ | 22.8 | 12.01 | 40.65 | - |
| YUV | 91.04 | 174.26 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 173 | 0.08 | 0.77 | 0 | 0.32 | 294.14 | 0.62 | 0.42 |
| Hex | A0 | 28 | AD | 8 | 4D | 0 | 20 | 126 | 3E | 2A |
| Octal | 240 | 50 | 255 | 10 | 115 | 0 | 40 | 446 | 76 | 52 |
| Binary | 10100000 | 101000 | 10101101 | 1000 | 1001101 | 0 | 100000 | 100100110 | 111110 | 101010 |
Color Harmonies of #A028AD
Complementary color
Monochromatic Colors of #A028AD
Black with #A028AD
Text Example
Text Example
White with #A028AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A028AD; }
p { color: rgb(160,40,173); }
H1.HeaderClassName
{
color: #A028AD;
}
.AnyTagClassName
{
color: #A028AD;
}
</style>
background-color css
<style>
a { background-color: #A028AD; }
a { background-color: rgb(160,40,173); }
div.DivClassName
{
background-color: #A028AD;
}
.BgClassName
{
background-color: #A028AD;
}
</style>
border-color css
<style>
span { border-color: #A028AD; }
span { border-color: rgb(160,40,173); }
td.TdClassName
{
border-color: #A028AD;
}
.TagClassName
{
border-color: #A028AD;
}
</style>