Shades of Dark Orchid #A026DD
Tints of Dark Orchid #A026DD
RGB
CMYK
RGB Variations
Color information
#A026DD (or 0xA026DD) is known color: Dark Orchid. HEX triplet: A0, 26 and DD. RGB value is (160,38,221). Sum of RGB (Red+Green+Blue) = 160+38+221=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 38 (15.23% from 255 or 9.07% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #A026DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A026DD is #5FD922. Grayscale: #5E5E5E. Windows color (decimal): -6281507 or 14493344. OLE color: 14493344.
HSL color Cylindrical-coordinate representation of color #A026DD: hue angle of 280º degrees, saturation: 0.73, 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 #A026DD is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 38 | 221 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.13 |
| HSL | 280º | 0.73% | 0.51% | - |
| HSV(B) | 280º | 0.83% | 0.87% | - |
| XYZ | 28.24 | 14.08 | 69.64 | - |
| YUV | 95.34 | 198.92 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 38 | 221 | 0.28 | 0.83 | 0 | 0.13 | 280 | 0.73 | 0.51 |
| Hex | A0 | 26 | DD | 1C | 53 | 0 | D | 118 | 49 | 33 |
| Octal | 240 | 46 | 335 | 34 | 123 | 0 | 15 | 430 | 111 | 63 |
| Binary | 10100000 | 100110 | 11011101 | 11100 | 1010011 | 0 | 1101 | 100011000 | 1001001 | 110011 |
Color Harmonies of #A026DD
Complementary color
Monochromatic Colors of #A026DD
Black with #A026DD
Text Example
Text Example
White with #A026DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A026DD; }
p { color: rgb(160,38,221); }
H1.HeaderClassName
{
color: #A026DD;
}
.AnyTagClassName
{
color: #A026DD;
}
</style>
background-color css
<style>
a { background-color: #A026DD; }
a { background-color: rgb(160,38,221); }
div.DivClassName
{
background-color: #A026DD;
}
.BgClassName
{
background-color: #A026DD;
}
</style>
border-color css
<style>
span { border-color: #A026DD; }
span { border-color: rgb(160,38,221); }
td.TdClassName
{
border-color: #A026DD;
}
.TagClassName
{
border-color: #A026DD;
}
</style>