Shades of Dark Orchid #A028DA
Tints of Dark Orchid #A028DA
RGB
CMYK
RGB Variations
Color information
#A028DA (or 0xA028DA) is known color: Dark Orchid. HEX triplet: A0, 28 and DA. RGB value is (160,40,218). Sum of RGB (Red+Green+Blue) = 160+40+218=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 40 (16.02% from 255 or 9.57% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #A028DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A028DA is #5FD725. Grayscale: #5F5F5F. Windows color (decimal): -6280998 or 14297248. OLE color: 14297248.
HSL color Cylindrical-coordinate representation of color #A028DA: hue angle of 280.45º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A028DA is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 40 | 218 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.15 |
| HSL | 280.45º | 0.71% | 0.51% | - |
| HSV(B) | 280.45º | 0.82% | 0.85% | - |
| XYZ | 27.91 | 14.05 | 67.57 | - |
| YUV | 96.17 | 196.76 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 218 | 0.27 | 0.82 | 0 | 0.15 | 280.45 | 0.71 | 0.51 |
| Hex | A0 | 28 | DA | 1B | 52 | 0 | F | 118 | 47 | 33 |
| Octal | 240 | 50 | 332 | 33 | 122 | 0 | 17 | 430 | 107 | 63 |
| Binary | 10100000 | 101000 | 11011010 | 11011 | 1010010 | 0 | 1111 | 100011000 | 1000111 | 110011 |
Color Harmonies of #A028DA
Complementary color
Monochromatic Colors of #A028DA
Black with #A028DA
Text Example
Text Example
White with #A028DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A028DA; }
p { color: rgb(160,40,218); }
H1.HeaderClassName
{
color: #A028DA;
}
.AnyTagClassName
{
color: #A028DA;
}
</style>
background-color css
<style>
a { background-color: #A028DA; }
a { background-color: rgb(160,40,218); }
div.DivClassName
{
background-color: #A028DA;
}
.BgClassName
{
background-color: #A028DA;
}
</style>
border-color css
<style>
span { border-color: #A028DA; }
span { border-color: rgb(160,40,218); }
td.TdClassName
{
border-color: #A028DA;
}
.TagClassName
{
border-color: #A028DA;
}
</style>