Shades of Dark Orchid #A028BC
Tints of Dark Orchid #A028BC
RGB
CMYK
RGB Variations
Color information
#A028BC (or 0xA028BC) is known color: Dark Orchid. HEX triplet: A0, 28 and BC. RGB value is (160,40,188). Sum of RGB (Red+Green+Blue) = 160+40+188=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 40 (16.02% from 255 or 10.31% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #A028BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A028BC is #5FD743. Grayscale: #5C5C5C. Windows color (decimal): -6281028 or 12331168. OLE color: 12331168.
HSL color Cylindrical-coordinate representation of color #A028BC: hue angle of 288.65º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A028BC is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 40 | 188 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.26 |
| HSL | 288.65º | 0.65% | 0.45% | - |
| HSV(B) | 288.65º | 0.79% | 0.74% | - |
| XYZ | 24.33 | 12.62 | 48.73 | - |
| YUV | 92.75 | 181.76 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 188 | 0.15 | 0.79 | 0 | 0.26 | 288.65 | 0.65 | 0.45 |
| Hex | A0 | 28 | BC | F | 4F | 0 | 1A | 121 | 41 | 2D |
| Octal | 240 | 50 | 274 | 17 | 117 | 0 | 32 | 441 | 101 | 55 |
| Binary | 10100000 | 101000 | 10111100 | 1111 | 1001111 | 0 | 11010 | 100100001 | 1000001 | 101101 |
Color Harmonies of #A028BC
Complementary color
Monochromatic Colors of #A028BC
Black with #A028BC
Text Example
Text Example
White with #A028BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A028BC; }
p { color: rgb(160,40,188); }
H1.HeaderClassName
{
color: #A028BC;
}
.AnyTagClassName
{
color: #A028BC;
}
</style>
background-color css
<style>
a { background-color: #A028BC; }
a { background-color: rgb(160,40,188); }
div.DivClassName
{
background-color: #A028BC;
}
.BgClassName
{
background-color: #A028BC;
}
</style>
border-color css
<style>
span { border-color: #A028BC; }
span { border-color: rgb(160,40,188); }
td.TdClassName
{
border-color: #A028BC;
}
.TagClassName
{
border-color: #A028BC;
}
</style>