Shades of Dark Orchid #A13FC0
Tints of Dark Orchid #A13FC0
RGB
CMYK
RGB Variations
Color information
#A13FC0 (or 0xA13FC0) is known color: Dark Orchid. HEX triplet: A1, 3F and C0. RGB value is (161,63,192). Sum of RGB (Red+Green+Blue) = 161+63+192=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 63 (25% from 255 or 15.14% from 416); Blue value is 192 (75.39% from 255 or 46.15% from 416); Max value from RGB is 192 - color contains mainly: blue. Hex color #A13FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13FC0 is #5EC03F. Grayscale: #6A6A6A. Windows color (decimal): -6209600 or 12599201. OLE color: 12599201.
HSL color Cylindrical-coordinate representation of color #A13FC0: hue angle of 285.58º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A13FC0 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 63 | 192 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.25 |
| HSL | 285.58º | 0.51% | 0.5% | - |
| HSV(B) | 285.58º | 0.67% | 0.75% | - |
| XYZ | 25.99 | 14.94 | 51.38 | - |
| YUV | 107.01 | 175.97 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 63 | 192 | 0.16 | 0.67 | 0 | 0.25 | 285.58 | 0.51 | 0.5 |
| Hex | A1 | 3F | C0 | 10 | 43 | 0 | 19 | 11E | 33 | 32 |
| Octal | 241 | 77 | 300 | 20 | 103 | 0 | 31 | 436 | 63 | 62 |
| Binary | 10100001 | 111111 | 11000000 | 10000 | 1000011 | 0 | 11001 | 100011110 | 110011 | 110010 |
Color Harmonies of #A13FC0
Complementary color
Monochromatic Colors of #A13FC0
Black with #A13FC0
Text Example
Text Example
White with #A13FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13FC0; }
p { color: rgb(161,63,192); }
H1.HeaderClassName
{
color: #A13FC0;
}
.AnyTagClassName
{
color: #A13FC0;
}
</style>
background-color css
<style>
a { background-color: #A13FC0; }
a { background-color: rgb(161,63,192); }
div.DivClassName
{
background-color: #A13FC0;
}
.BgClassName
{
background-color: #A13FC0;
}
</style>
border-color css
<style>
span { border-color: #A13FC0; }
span { border-color: rgb(161,63,192); }
td.TdClassName
{
border-color: #A13FC0;
}
.TagClassName
{
border-color: #A13FC0;
}
</style>