Shades of Dark Orchid #A13DDD
Tints of Dark Orchid #A13DDD
RGB
CMYK
RGB Variations
Color information
#A13DDD (or 0xA13DDD) is known color: Dark Orchid. HEX triplet: A1, 3D and DD. RGB value is (161,61,221). Sum of RGB (Red+Green+Blue) = 161+61+221=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 61 (24.22% from 255 or 13.77% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #A13DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13DDD is #5EC222. Grayscale: #6C6C6C. Windows color (decimal): -6210083 or 14499233. OLE color: 14499233.
HSL color Cylindrical-coordinate representation of color #A13DDD: hue angle of 277.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A13DDD is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 61 | 221 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.13 |
| HSL | 277.5º | 0.7% | 0.55% | - |
| HSV(B) | 277.5º | 0.72% | 0.87% | - |
| XYZ | 29.42 | 16.14 | 69.97 | - |
| YUV | 109.14 | 191.13 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 61 | 221 | 0.27 | 0.72 | 0 | 0.13 | 277.5 | 0.7 | 0.55 |
| Hex | A1 | 3D | DD | 1B | 48 | 0 | D | 116 | 46 | 37 |
| Octal | 241 | 75 | 335 | 33 | 110 | 0 | 15 | 426 | 106 | 67 |
| Binary | 10100001 | 111101 | 11011101 | 11011 | 1001000 | 0 | 1101 | 100010110 | 1000110 | 110111 |
Color Harmonies of #A13DDD
Complementary color
Monochromatic Colors of #A13DDD
Black with #A13DDD
Text Example
Text Example
White with #A13DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13DDD; }
p { color: rgb(161,61,221); }
H1.HeaderClassName
{
color: #A13DDD;
}
.AnyTagClassName
{
color: #A13DDD;
}
</style>
background-color css
<style>
a { background-color: #A13DDD; }
a { background-color: rgb(161,61,221); }
div.DivClassName
{
background-color: #A13DDD;
}
.BgClassName
{
background-color: #A13DDD;
}
</style>
border-color css
<style>
span { border-color: #A13DDD; }
span { border-color: rgb(161,61,221); }
td.TdClassName
{
border-color: #A13DDD;
}
.TagClassName
{
border-color: #A13DDD;
}
</style>