Shades of Dark Orchid #A13DB9
Tints of Dark Orchid #A13DB9
RGB
CMYK
RGB Variations
Color information
#A13DB9 (or 0xA13DB9) is known color: Dark Orchid. HEX triplet: A1, 3D and B9. RGB value is (161,61,185). Sum of RGB (Red+Green+Blue) = 161+61+185=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 61 (24.22% from 255 or 14.99% from 407); Blue value is 185 (72.66% from 255 or 45.45% from 407); Max value from RGB is 185 - color contains mainly: blue. Hex color #A13DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13DB9 is #5EC246. Grayscale: #686868. Windows color (decimal): -6210119 or 12139937. OLE color: 12139937.
HSL color Cylindrical-coordinate representation of color #A13DB9: hue angle of 288.39º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A13DB9 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 61 | 185 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.27 |
| HSL | 288.39º | 0.5% | 0.48% | - |
| HSV(B) | 288.39º | 0.67% | 0.73% | - |
| XYZ | 25.12 | 14.42 | 47.36 | - |
| YUV | 105.04 | 173.13 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 61 | 185 | 0.13 | 0.67 | 0 | 0.27 | 288.39 | 0.5 | 0.48 |
| Hex | A1 | 3D | B9 | D | 43 | 0 | 1B | 120 | 32 | 30 |
| Octal | 241 | 75 | 271 | 15 | 103 | 0 | 33 | 440 | 62 | 60 |
| Binary | 10100001 | 111101 | 10111001 | 1101 | 1000011 | 0 | 11011 | 100100000 | 110010 | 110000 |
Color Harmonies of #A13DB9
Complementary color
Monochromatic Colors of #A13DB9
Black with #A13DB9
Text Example
Text Example
White with #A13DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13DB9; }
p { color: rgb(161,61,185); }
H1.HeaderClassName
{
color: #A13DB9;
}
.AnyTagClassName
{
color: #A13DB9;
}
</style>
background-color css
<style>
a { background-color: #A13DB9; }
a { background-color: rgb(161,61,185); }
div.DivClassName
{
background-color: #A13DB9;
}
.BgClassName
{
background-color: #A13DB9;
}
</style>
border-color css
<style>
span { border-color: #A13DB9; }
span { border-color: rgb(161,61,185); }
td.TdClassName
{
border-color: #A13DB9;
}
.TagClassName
{
border-color: #A13DB9;
}
</style>