Shades of Dark Orchid #A01DB4
Tints of Dark Orchid #A01DB4
RGB
CMYK
RGB Variations
Color information
#A01DB4 (or 0xA01DB4) is known color: Dark Orchid. HEX triplet: A0, 1D and B4. RGB value is (160,29,180). Sum of RGB (Red+Green+Blue) = 160+29+180=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 29 (11.72% from 255 or 7.86% from 369); Blue value is 180 (70.70% from 255 or 48.78% from 369); Max value from RGB is 180 - color contains mainly: blue. Hex color #A01DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01DB4 is #5FE24B. Grayscale: #545454. Windows color (decimal): -6283852 or 11804064. OLE color: 11804064.
HSL color Cylindrical-coordinate representation of color #A01DB4: hue angle of 292.05º 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 #A01DB4 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 29 | 180 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.29 |
| HSL | 292.05º | 0.72% | 0.41% | - |
| HSV(B) | 292.05º | 0.84% | 0.71% | - |
| XYZ | 23.17 | 11.65 | 44.21 | - |
| YUV | 85.38 | 181.4 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 29 | 180 | 0.11 | 0.84 | 0 | 0.29 | 292.05 | 0.72 | 0.41 |
| Hex | A0 | 1D | B4 | B | 54 | 0 | 1D | 124 | 48 | 29 |
| Octal | 240 | 35 | 264 | 13 | 124 | 0 | 35 | 444 | 110 | 51 |
| Binary | 10100000 | 11101 | 10110100 | 1011 | 1010100 | 0 | 11101 | 100100100 | 1001000 | 101001 |
Color Harmonies of #A01DB4
Complementary color
Monochromatic Colors of #A01DB4
Black with #A01DB4
Text Example
Text Example
White with #A01DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01DB4; }
p { color: rgb(160,29,180); }
H1.HeaderClassName
{
color: #A01DB4;
}
.AnyTagClassName
{
color: #A01DB4;
}
</style>
background-color css
<style>
a { background-color: #A01DB4; }
a { background-color: rgb(160,29,180); }
div.DivClassName
{
background-color: #A01DB4;
}
.BgClassName
{
background-color: #A01DB4;
}
</style>
border-color css
<style>
span { border-color: #A01DB4; }
span { border-color: rgb(160,29,180); }
td.TdClassName
{
border-color: #A01DB4;
}
.TagClassName
{
border-color: #A01DB4;
}
</style>