Shades of Dark Orchid #A13DCE
Tints of Dark Orchid #A13DCE
RGB
CMYK
RGB Variations
Color information
#A13DCE (or 0xA13DCE) is known color: Dark Orchid. HEX triplet: A1, 3D and CE. RGB value is (161,61,206). Sum of RGB (Red+Green+Blue) = 161+61+206=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 61 (24.22% from 255 or 14.25% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #A13DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13DCE is #5EC231. Grayscale: #6A6A6A. Windows color (decimal): -6210098 or 13516193. OLE color: 13516193.
HSL color Cylindrical-coordinate representation of color #A13DCE: hue angle of 281.38º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A13DCE is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 61 | 206 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.19 |
| HSL | 281.38º | 0.6% | 0.52% | - |
| HSV(B) | 281.38º | 0.7% | 0.81% | - |
| XYZ | 27.51 | 15.37 | 59.91 | - |
| YUV | 107.43 | 183.63 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 61 | 206 | 0.22 | 0.70 | 0 | 0.19 | 281.38 | 0.6 | 0.52 |
| Hex | A1 | 3D | CE | 16 | 46 | 0 | 13 | 119 | 3C | 34 |
| Octal | 241 | 75 | 316 | 26 | 106 | 0 | 23 | 431 | 74 | 64 |
| Binary | 10100001 | 111101 | 11001110 | 10110 | 1000110 | 0 | 10011 | 100011001 | 111100 | 110100 |
Color Harmonies of #A13DCE
Complementary color
Monochromatic Colors of #A13DCE
Black with #A13DCE
Text Example
Text Example
White with #A13DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13DCE; }
p { color: rgb(161,61,206); }
H1.HeaderClassName
{
color: #A13DCE;
}
.AnyTagClassName
{
color: #A13DCE;
}
</style>
background-color css
<style>
a { background-color: #A13DCE; }
a { background-color: rgb(161,61,206); }
div.DivClassName
{
background-color: #A13DCE;
}
.BgClassName
{
background-color: #A13DCE;
}
</style>
border-color css
<style>
span { border-color: #A13DCE; }
span { border-color: rgb(161,61,206); }
td.TdClassName
{
border-color: #A13DCE;
}
.TagClassName
{
border-color: #A13DCE;
}
</style>