Shades of Dark Orchid #A13DB6
Tints of Dark Orchid #A13DB6
RGB
CMYK
RGB Variations
Color information
#A13DB6 (or 0xA13DB6) is known color: Dark Orchid. HEX triplet: A1, 3D and B6. RGB value is (161,61,182). Sum of RGB (Red+Green+Blue) = 161+61+182=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 61 (24.22% from 255 or 15.10% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 182 - color contains mainly: blue. Hex color #A13DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13DB6 is #5EC249. Grayscale: #686868. Windows color (decimal): -6210122 or 11943329. OLE color: 11943329.
HSL color Cylindrical-coordinate representation of color #A13DB6: hue angle of 289.59º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A13DB6 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 61 | 182 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.29 |
| HSL | 289.59º | 0.5% | 0.48% | - |
| HSV(B) | 289.59º | 0.66% | 0.71% | - |
| XYZ | 24.81 | 14.29 | 45.71 | - |
| YUV | 104.69 | 171.63 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 61 | 182 | 0.12 | 0.66 | 0 | 0.29 | 289.59 | 0.5 | 0.48 |
| Hex | A1 | 3D | B6 | C | 42 | 0 | 1D | 122 | 32 | 30 |
| Octal | 241 | 75 | 266 | 14 | 102 | 0 | 35 | 442 | 62 | 60 |
| Binary | 10100001 | 111101 | 10110110 | 1100 | 1000010 | 0 | 11101 | 100100010 | 110010 | 110000 |
Color Harmonies of #A13DB6
Complementary color
Monochromatic Colors of #A13DB6
Black with #A13DB6
Text Example
Text Example
White with #A13DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13DB6; }
p { color: rgb(161,61,182); }
H1.HeaderClassName
{
color: #A13DB6;
}
.AnyTagClassName
{
color: #A13DB6;
}
</style>
background-color css
<style>
a { background-color: #A13DB6; }
a { background-color: rgb(161,61,182); }
div.DivClassName
{
background-color: #A13DB6;
}
.BgClassName
{
background-color: #A13DB6;
}
</style>
border-color css
<style>
span { border-color: #A13DB6; }
span { border-color: rgb(161,61,182); }
td.TdClassName
{
border-color: #A13DB6;
}
.TagClassName
{
border-color: #A13DB6;
}
</style>