Shades of Dark Orchid #A028B7
Tints of Dark Orchid #A028B7
RGB
CMYK
RGB Variations
Color information
#A028B7 (or 0xA028B7) is known color: Dark Orchid. HEX triplet: A0, 28 and B7. RGB value is (160,40,183). Sum of RGB (Red+Green+Blue) = 160+40+183=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 183 (71.88% from 255 or 47.78% from 383); Max value from RGB is 183 - color contains mainly: blue. Hex color #A028B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A028B7 is #5FD748. Grayscale: #5B5B5B. Windows color (decimal): -6281033 or 12003488. OLE color: 12003488.
HSL color Cylindrical-coordinate representation of color #A028B7: hue angle of 290.35º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A028B7 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 40 | 183 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.28 |
| HSL | 290.35º | 0.64% | 0.44% | - |
| HSV(B) | 290.35º | 0.78% | 0.72% | - |
| XYZ | 23.8 | 12.41 | 45.94 | - |
| YUV | 92.18 | 179.26 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 183 | 0.13 | 0.78 | 0 | 0.28 | 290.35 | 0.64 | 0.44 |
| Hex | A0 | 28 | B7 | D | 4E | 0 | 1C | 122 | 40 | 2C |
| Octal | 240 | 50 | 267 | 15 | 116 | 0 | 34 | 442 | 100 | 54 |
| Binary | 10100000 | 101000 | 10110111 | 1101 | 1001110 | 0 | 11100 | 100100010 | 1000000 | 101100 |
Color Harmonies of #A028B7
Complementary color
Monochromatic Colors of #A028B7
Black with #A028B7
Text Example
Text Example
White with #A028B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A028B7; }
p { color: rgb(160,40,183); }
H1.HeaderClassName
{
color: #A028B7;
}
.AnyTagClassName
{
color: #A028B7;
}
</style>
background-color css
<style>
a { background-color: #A028B7; }
a { background-color: rgb(160,40,183); }
div.DivClassName
{
background-color: #A028B7;
}
.BgClassName
{
background-color: #A028B7;
}
</style>
border-color css
<style>
span { border-color: #A028B7; }
span { border-color: rgb(160,40,183); }
td.TdClassName
{
border-color: #A028B7;
}
.TagClassName
{
border-color: #A028B7;
}
</style>