Shades of Dark Orchid #A13CC0
Tints of Dark Orchid #A13CC0
RGB
CMYK
RGB Variations
Color information
#A13CC0 (or 0xA13CC0) is known color: Dark Orchid. HEX triplet: A1, 3C and C0. RGB value is (161,60,192). Sum of RGB (Red+Green+Blue) = 161+60+192=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 60 (23.83% from 255 or 14.53% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 192 - color contains mainly: blue. Hex color #A13CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13CC0 is #5EC33F. Grayscale: #686868. Windows color (decimal): -6210368 or 12598433. OLE color: 12598433.
HSL color Cylindrical-coordinate representation of color #A13CC0: hue angle of 285.91º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A13CC0 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 60 | 192 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.25 |
| HSL | 285.91º | 0.52% | 0.49% | - |
| HSV(B) | 285.91º | 0.69% | 0.75% | - |
| XYZ | 25.83 | 14.61 | 51.33 | - |
| YUV | 105.25 | 176.96 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 60 | 192 | 0.16 | 0.69 | 0 | 0.25 | 285.91 | 0.52 | 0.49 |
| Hex | A1 | 3C | C0 | 10 | 45 | 0 | 19 | 11E | 34 | 31 |
| Octal | 241 | 74 | 300 | 20 | 105 | 0 | 31 | 436 | 64 | 61 |
| Binary | 10100001 | 111100 | 11000000 | 10000 | 1000101 | 0 | 11001 | 100011110 | 110100 | 110001 |
Color Harmonies of #A13CC0
Complementary color
Monochromatic Colors of #A13CC0
Black with #A13CC0
Text Example
Text Example
White with #A13CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13CC0; }
p { color: rgb(161,60,192); }
H1.HeaderClassName
{
color: #A13CC0;
}
.AnyTagClassName
{
color: #A13CC0;
}
</style>
background-color css
<style>
a { background-color: #A13CC0; }
a { background-color: rgb(161,60,192); }
div.DivClassName
{
background-color: #A13CC0;
}
.BgClassName
{
background-color: #A13CC0;
}
</style>
border-color css
<style>
span { border-color: #A13CC0; }
span { border-color: rgb(161,60,192); }
td.TdClassName
{
border-color: #A13CC0;
}
.TagClassName
{
border-color: #A13CC0;
}
</style>