Shades of Dark Orchid #A13DCB
Tints of Dark Orchid #A13DCB
RGB
CMYK
RGB Variations
Color information
#A13DCB (or 0xA13DCB) is known color: Dark Orchid. HEX triplet: A1, 3D and CB. RGB value is (161,61,203). Sum of RGB (Red+Green+Blue) = 161+61+203=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 61 (24.22% from 255 or 14.35% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #A13DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13DCB is #5EC234. Grayscale: #6A6A6A. Windows color (decimal): -6210101 or 13319585. OLE color: 13319585.
HSL color Cylindrical-coordinate representation of color #A13DCB: hue angle of 282.25º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A13DCB is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 61 | 203 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.20 |
| HSL | 282.25º | 0.58% | 0.52% | - |
| HSV(B) | 282.25º | 0.7% | 0.8% | - |
| XYZ | 27.15 | 15.23 | 58.01 | - |
| YUV | 107.09 | 182.13 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 61 | 203 | 0.21 | 0.70 | 0 | 0.20 | 282.25 | 0.58 | 0.52 |
| Hex | A1 | 3D | CB | 15 | 46 | 0 | 14 | 11A | 3A | 34 |
| Octal | 241 | 75 | 313 | 25 | 106 | 0 | 24 | 432 | 72 | 64 |
| Binary | 10100001 | 111101 | 11001011 | 10101 | 1000110 | 0 | 10100 | 100011010 | 111010 | 110100 |
Color Harmonies of #A13DCB
Complementary color
Monochromatic Colors of #A13DCB
Black with #A13DCB
Text Example
Text Example
White with #A13DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13DCB; }
p { color: rgb(161,61,203); }
H1.HeaderClassName
{
color: #A13DCB;
}
.AnyTagClassName
{
color: #A13DCB;
}
</style>
background-color css
<style>
a { background-color: #A13DCB; }
a { background-color: rgb(161,61,203); }
div.DivClassName
{
background-color: #A13DCB;
}
.BgClassName
{
background-color: #A13DCB;
}
</style>
border-color css
<style>
span { border-color: #A13DCB; }
span { border-color: rgb(161,61,203); }
td.TdClassName
{
border-color: #A13DCB;
}
.TagClassName
{
border-color: #A13DCB;
}
</style>