Shades of Dark Orchid #A13DDF
Tints of Dark Orchid #A13DDF
RGB
CMYK
RGB Variations
Color information
#A13DDF (or 0xA13DDF) is known color: Dark Orchid. HEX triplet: A1, 3D and DF. RGB value is (161,61,223). Sum of RGB (Red+Green+Blue) = 161+61+223=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 61 (24.22% from 255 or 13.71% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #A13DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13DDF is #5EC220. Grayscale: #6C6C6C. Windows color (decimal): -6210081 or 14630305. OLE color: 14630305.
HSL color Cylindrical-coordinate representation of color #A13DDF: hue angle of 277.04º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A13DDF is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 61 | 223 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.13 |
| HSL | 277.04º | 0.72% | 0.56% | - |
| HSV(B) | 277.04º | 0.73% | 0.87% | - |
| XYZ | 29.69 | 16.24 | 71.38 | - |
| YUV | 109.37 | 192.13 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 61 | 223 | 0.28 | 0.73 | 0 | 0.13 | 277.04 | 0.72 | 0.56 |
| Hex | A1 | 3D | DF | 1C | 49 | 0 | D | 115 | 48 | 38 |
| Octal | 241 | 75 | 337 | 34 | 111 | 0 | 15 | 425 | 110 | 70 |
| Binary | 10100001 | 111101 | 11011111 | 11100 | 1001001 | 0 | 1101 | 100010101 | 1001000 | 111000 |
Color Harmonies of #A13DDF
Complementary color
Monochromatic Colors of #A13DDF
Black with #A13DDF
Text Example
Text Example
White with #A13DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13DDF; }
p { color: rgb(161,61,223); }
H1.HeaderClassName
{
color: #A13DDF;
}
.AnyTagClassName
{
color: #A13DDF;
}
</style>
background-color css
<style>
a { background-color: #A13DDF; }
a { background-color: rgb(161,61,223); }
div.DivClassName
{
background-color: #A13DDF;
}
.BgClassName
{
background-color: #A13DDF;
}
</style>
border-color css
<style>
span { border-color: #A13DDF; }
span { border-color: rgb(161,61,223); }
td.TdClassName
{
border-color: #A13DDF;
}
.TagClassName
{
border-color: #A13DDF;
}
</style>