Shades of Dark Orchid #A026DF
Tints of Dark Orchid #A026DF
RGB
CMYK
RGB Variations
Color information
#A026DF (or 0xA026DF) is known color: Dark Orchid. HEX triplet: A0, 26 and DF. RGB value is (160,38,223). Sum of RGB (Red+Green+Blue) = 160+38+223=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 38 (15.23% from 255 or 9.03% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #A026DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A026DF is #5FD920. Grayscale: #5E5E5E. Windows color (decimal): -6281505 or 14624416. OLE color: 14624416.
HSL color Cylindrical-coordinate representation of color #A026DF: hue angle of 279.57º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A026DF is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 38 | 223 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.13 |
| HSL | 279.57º | 0.74% | 0.51% | - |
| HSV(B) | 279.57º | 0.83% | 0.87% | - |
| XYZ | 28.51 | 14.19 | 71.05 | - |
| YUV | 95.57 | 199.92 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 38 | 223 | 0.28 | 0.83 | 0 | 0.13 | 279.57 | 0.74 | 0.51 |
| Hex | A0 | 26 | DF | 1C | 53 | 0 | D | 118 | 4A | 33 |
| Octal | 240 | 46 | 337 | 34 | 123 | 0 | 15 | 430 | 112 | 63 |
| Binary | 10100000 | 100110 | 11011111 | 11100 | 1010011 | 0 | 1101 | 100011000 | 1001010 | 110011 |
Color Harmonies of #A026DF
Complementary color
Monochromatic Colors of #A026DF
Black with #A026DF
Text Example
Text Example
White with #A026DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A026DF; }
p { color: rgb(160,38,223); }
H1.HeaderClassName
{
color: #A026DF;
}
.AnyTagClassName
{
color: #A026DF;
}
</style>
background-color css
<style>
a { background-color: #A026DF; }
a { background-color: rgb(160,38,223); }
div.DivClassName
{
background-color: #A026DF;
}
.BgClassName
{
background-color: #A026DF;
}
</style>
border-color css
<style>
span { border-color: #A026DF; }
span { border-color: rgb(160,38,223); }
td.TdClassName
{
border-color: #A026DF;
}
.TagClassName
{
border-color: #A026DF;
}
</style>