Shades of Dark Orchid #A026CE
Tints of Dark Orchid #A026CE
RGB
CMYK
RGB Variations
Color information
#A026CE (or 0xA026CE) is known color: Dark Orchid. HEX triplet: A0, 26 and CE. RGB value is (160,38,206). Sum of RGB (Red+Green+Blue) = 160+38+206=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 38 (15.23% from 255 or 9.41% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #A026CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A026CE is #5FD931. Grayscale: #5D5D5D. Windows color (decimal): -6281522 or 13510304. OLE color: 13510304.
HSL color Cylindrical-coordinate representation of color #A026CE: hue angle of 283.57º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A026CE is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 38 | 206 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.19 |
| HSL | 283.57º | 0.69% | 0.48% | - |
| HSV(B) | 283.57º | 0.82% | 0.81% | - |
| XYZ | 26.33 | 13.32 | 59.57 | - |
| YUV | 93.63 | 191.42 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 38 | 206 | 0.22 | 0.82 | 0 | 0.19 | 283.57 | 0.69 | 0.48 |
| Hex | A0 | 26 | CE | 16 | 52 | 0 | 13 | 11C | 45 | 30 |
| Octal | 240 | 46 | 316 | 26 | 122 | 0 | 23 | 434 | 105 | 60 |
| Binary | 10100000 | 100110 | 11001110 | 10110 | 1010010 | 0 | 10011 | 100011100 | 1000101 | 110000 |
Color Harmonies of #A026CE
Complementary color
Monochromatic Colors of #A026CE
Black with #A026CE
Text Example
Text Example
White with #A026CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A026CE; }
p { color: rgb(160,38,206); }
H1.HeaderClassName
{
color: #A026CE;
}
.AnyTagClassName
{
color: #A026CE;
}
</style>
background-color css
<style>
a { background-color: #A026CE; }
a { background-color: rgb(160,38,206); }
div.DivClassName
{
background-color: #A026CE;
}
.BgClassName
{
background-color: #A026CE;
}
</style>
border-color css
<style>
span { border-color: #A026CE; }
span { border-color: rgb(160,38,206); }
td.TdClassName
{
border-color: #A026CE;
}
.TagClassName
{
border-color: #A026CE;
}
</style>