Shades of Dark Orchid #A13AD5
Tints of Dark Orchid #A13AD5
RGB
CMYK
RGB Variations
Color information
#A13AD5 (or 0xA13AD5) is known color: Dark Orchid. HEX triplet: A1, 3A and D5. RGB value is (161,58,213). Sum of RGB (Red+Green+Blue) = 161+58+213=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 58 (23.05% from 255 or 13.43% from 432); Blue value is 213 (83.59% from 255 or 49.31% from 432); Max value from RGB is 213 - color contains mainly: blue. Hex color #A13AD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13AD5 is #5EC52A. Grayscale: #696969. Windows color (decimal): -6210859 or 13974177. OLE color: 13974177.
HSL color Cylindrical-coordinate representation of color #A13AD5: hue angle of 279.87º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A13AD5 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 58 | 213 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.16 |
| HSL | 279.87º | 0.65% | 0.53% | - |
| HSV(B) | 279.87º | 0.73% | 0.84% | - |
| XYZ | 28.22 | 15.41 | 64.44 | - |
| YUV | 106.47 | 188.12 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 58 | 213 | 0.24 | 0.73 | 0 | 0.16 | 279.87 | 0.65 | 0.53 |
| Hex | A1 | 3A | D5 | 18 | 49 | 0 | 10 | 118 | 41 | 35 |
| Octal | 241 | 72 | 325 | 30 | 111 | 0 | 20 | 430 | 101 | 65 |
| Binary | 10100001 | 111010 | 11010101 | 11000 | 1001001 | 0 | 10000 | 100011000 | 1000001 | 110101 |
Color Harmonies of #A13AD5
Complementary color
Monochromatic Colors of #A13AD5
Black with #A13AD5
Text Example
Text Example
White with #A13AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13AD5; }
p { color: rgb(161,58,213); }
H1.HeaderClassName
{
color: #A13AD5;
}
.AnyTagClassName
{
color: #A13AD5;
}
</style>
background-color css
<style>
a { background-color: #A13AD5; }
a { background-color: rgb(161,58,213); }
div.DivClassName
{
background-color: #A13AD5;
}
.BgClassName
{
background-color: #A13AD5;
}
</style>
border-color css
<style>
span { border-color: #A13AD5; }
span { border-color: rgb(161,58,213); }
td.TdClassName
{
border-color: #A13AD5;
}
.TagClassName
{
border-color: #A13AD5;
}
</style>