Shades of Dark Orchid #A01DB5
Tints of Dark Orchid #A01DB5
RGB
CMYK
RGB Variations
Color information
#A01DB5 (or 0xA01DB5) is known color: Dark Orchid. HEX triplet: A0, 1D and B5. RGB value is (160,29,181). Sum of RGB (Red+Green+Blue) = 160+29+181=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 29 (11.72% from 255 or 7.84% from 370); Blue value is 181 (71.09% from 255 or 48.92% from 370); Max value from RGB is 181 - color contains mainly: blue. Hex color #A01DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01DB5 is #5FE24A. Grayscale: #555555. Windows color (decimal): -6283851 or 11869600. OLE color: 11869600.
HSL color Cylindrical-coordinate representation of color #A01DB5: hue angle of 291.71º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A01DB5 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 29 | 181 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.29 |
| HSL | 291.71º | 0.72% | 0.41% | - |
| HSV(B) | 291.71º | 0.84% | 0.71% | - |
| XYZ | 23.28 | 11.69 | 44.75 | - |
| YUV | 85.5 | 181.9 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 29 | 181 | 0.12 | 0.84 | 0 | 0.29 | 291.71 | 0.72 | 0.41 |
| Hex | A0 | 1D | B5 | C | 54 | 0 | 1D | 124 | 48 | 29 |
| Octal | 240 | 35 | 265 | 14 | 124 | 0 | 35 | 444 | 110 | 51 |
| Binary | 10100000 | 11101 | 10110101 | 1100 | 1010100 | 0 | 11101 | 100100100 | 1001000 | 101001 |
Color Harmonies of #A01DB5
Complementary color
Monochromatic Colors of #A01DB5
Black with #A01DB5
Text Example
Text Example
White with #A01DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01DB5; }
p { color: rgb(160,29,181); }
H1.HeaderClassName
{
color: #A01DB5;
}
.AnyTagClassName
{
color: #A01DB5;
}
</style>
background-color css
<style>
a { background-color: #A01DB5; }
a { background-color: rgb(160,29,181); }
div.DivClassName
{
background-color: #A01DB5;
}
.BgClassName
{
background-color: #A01DB5;
}
</style>
border-color css
<style>
span { border-color: #A01DB5; }
span { border-color: rgb(160,29,181); }
td.TdClassName
{
border-color: #A01DB5;
}
.TagClassName
{
border-color: #A01DB5;
}
</style>