Shades of Dark Orchid #A026CF
Tints of Dark Orchid #A026CF
RGB
CMYK
RGB Variations
Color information
#A026CF (or 0xA026CF) is known color: Dark Orchid. HEX triplet: A0, 26 and CF. RGB value is (160,38,207). Sum of RGB (Red+Green+Blue) = 160+38+207=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 38 (15.23% from 255 or 9.38% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #A026CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A026CF is #5FD930. Grayscale: #5D5D5D. Windows color (decimal): -6281521 or 13575840. OLE color: 13575840.
HSL color Cylindrical-coordinate representation of color #A026CF: hue angle of 283.31º 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 #A026CF is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 38 | 207 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.19 |
| HSL | 283.31º | 0.69% | 0.48% | - |
| HSV(B) | 283.31º | 0.82% | 0.81% | - |
| XYZ | 26.45 | 13.36 | 60.22 | - |
| YUV | 93.74 | 191.92 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 38 | 207 | 0.23 | 0.82 | 0 | 0.19 | 283.31 | 0.69 | 0.48 |
| Hex | A0 | 26 | CF | 17 | 52 | 0 | 13 | 11B | 45 | 30 |
| Octal | 240 | 46 | 317 | 27 | 122 | 0 | 23 | 433 | 105 | 60 |
| Binary | 10100000 | 100110 | 11001111 | 10111 | 1010010 | 0 | 10011 | 100011011 | 1000101 | 110000 |
Color Harmonies of #A026CF
Complementary color
Monochromatic Colors of #A026CF
Black with #A026CF
Text Example
Text Example
White with #A026CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A026CF; }
p { color: rgb(160,38,207); }
H1.HeaderClassName
{
color: #A026CF;
}
.AnyTagClassName
{
color: #A026CF;
}
</style>
background-color css
<style>
a { background-color: #A026CF; }
a { background-color: rgb(160,38,207); }
div.DivClassName
{
background-color: #A026CF;
}
.BgClassName
{
background-color: #A026CF;
}
</style>
border-color css
<style>
span { border-color: #A026CF; }
span { border-color: rgb(160,38,207); }
td.TdClassName
{
border-color: #A026CF;
}
.TagClassName
{
border-color: #A026CF;
}
</style>