Shades of Dark Orchid #A01BDD
Tints of Dark Orchid #A01BDD
RGB
CMYK
RGB Variations
Color information
#A01BDD (or 0xA01BDD) is known color: Dark Orchid. HEX triplet: A0, 1B and DD. RGB value is (160,27,221). Sum of RGB (Red+Green+Blue) = 160+27+221=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 27 (10.94% from 255 or 6.62% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #A01BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01BDD is #5FE422. Grayscale: #585858. Windows color (decimal): -6284323 or 14490528. OLE color: 14490528.
HSL color Cylindrical-coordinate representation of color #A01BDD: hue angle of 281.13º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01BDD is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 27 | 221 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.13 |
| HSL | 281.13º | 0.78% | 0.49% | - |
| HSV(B) | 281.13º | 0.88% | 0.87% | - |
| XYZ | 27.94 | 13.48 | 69.54 | - |
| YUV | 88.88 | 202.56 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 27 | 221 | 0.28 | 0.88 | 0 | 0.13 | 281.13 | 0.78 | 0.49 |
| Hex | A0 | 1B | DD | 1C | 58 | 0 | D | 119 | 4E | 31 |
| Octal | 240 | 33 | 335 | 34 | 130 | 0 | 15 | 431 | 116 | 61 |
| Binary | 10100000 | 11011 | 11011101 | 11100 | 1011000 | 0 | 1101 | 100011001 | 1001110 | 110001 |
Color Harmonies of #A01BDD
Complementary color
Monochromatic Colors of #A01BDD
Black with #A01BDD
Text Example
Text Example
White with #A01BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01BDD; }
p { color: rgb(160,27,221); }
H1.HeaderClassName
{
color: #A01BDD;
}
.AnyTagClassName
{
color: #A01BDD;
}
</style>
background-color css
<style>
a { background-color: #A01BDD; }
a { background-color: rgb(160,27,221); }
div.DivClassName
{
background-color: #A01BDD;
}
.BgClassName
{
background-color: #A01BDD;
}
</style>
border-color css
<style>
span { border-color: #A01BDD; }
span { border-color: rgb(160,27,221); }
td.TdClassName
{
border-color: #A01BDD;
}
.TagClassName
{
border-color: #A01BDD;
}
</style>