Shades of Dark Orchid #A13BD0
Tints of Dark Orchid #A13BD0
RGB
CMYK
RGB Variations
Color information
#A13BD0 (or 0xA13BD0) is known color: Dark Orchid. HEX triplet: A1, 3B and D0. RGB value is (161,59,208). Sum of RGB (Red+Green+Blue) = 161+59+208=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 59 (23.44% from 255 or 13.79% from 428); Blue value is 208 (81.64% from 255 or 48.60% from 428); Max value from RGB is 208 - color contains mainly: blue. Hex color #A13BD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13BD0 is #5EC42F. Grayscale: #696969. Windows color (decimal): -6210608 or 13646753. OLE color: 13646753.
HSL color Cylindrical-coordinate representation of color #A13BD0: hue angle of 281.07º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A13BD0 is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 59 | 208 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.18 |
| HSL | 281.07º | 0.61% | 0.52% | - |
| HSV(B) | 281.07º | 0.72% | 0.82% | - |
| XYZ | 27.65 | 15.26 | 61.16 | - |
| YUV | 106.48 | 185.29 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 59 | 208 | 0.23 | 0.72 | 0 | 0.18 | 281.07 | 0.61 | 0.52 |
| Hex | A1 | 3B | D0 | 17 | 48 | 0 | 12 | 119 | 3D | 34 |
| Octal | 241 | 73 | 320 | 27 | 110 | 0 | 22 | 431 | 75 | 64 |
| Binary | 10100001 | 111011 | 11010000 | 10111 | 1001000 | 0 | 10010 | 100011001 | 111101 | 110100 |
Color Harmonies of #A13BD0
Complementary color
Monochromatic Colors of #A13BD0
Black with #A13BD0
Text Example
Text Example
White with #A13BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13BD0; }
p { color: rgb(161,59,208); }
H1.HeaderClassName
{
color: #A13BD0;
}
.AnyTagClassName
{
color: #A13BD0;
}
</style>
background-color css
<style>
a { background-color: #A13BD0; }
a { background-color: rgb(161,59,208); }
div.DivClassName
{
background-color: #A13BD0;
}
.BgClassName
{
background-color: #A13BD0;
}
</style>
border-color css
<style>
span { border-color: #A13BD0; }
span { border-color: rgb(161,59,208); }
td.TdClassName
{
border-color: #A13BD0;
}
.TagClassName
{
border-color: #A13BD0;
}
</style>