Shades of Dark Orchid #A13FDC
Tints of Dark Orchid #A13FDC
RGB
CMYK
RGB Variations
Color information
#A13FDC (or 0xA13FDC) is known color: Dark Orchid. HEX triplet: A1, 3F and DC. RGB value is (161,63,220). Sum of RGB (Red+Green+Blue) = 161+63+220=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 63 (25% from 255 or 14.19% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #A13FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13FDC is #5EC023. Grayscale: #6D6D6D. Windows color (decimal): -6209572 or 14434209. OLE color: 14434209.
HSL color Cylindrical-coordinate representation of color #A13FDC: hue angle of 277.45º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A13FDC is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 63 | 220 | - |
| CMYK | 0.27 | 0.71 | 0 | 0.14 |
| HSL | 277.45º | 0.69% | 0.55% | - |
| HSV(B) | 277.45º | 0.71% | 0.86% | - |
| XYZ | 29.39 | 16.3 | 69.31 | - |
| YUV | 110.2 | 189.97 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 63 | 220 | 0.27 | 0.71 | 0 | 0.14 | 277.45 | 0.69 | 0.55 |
| Hex | A1 | 3F | DC | 1B | 47 | 0 | E | 115 | 45 | 37 |
| Octal | 241 | 77 | 334 | 33 | 107 | 0 | 16 | 425 | 105 | 67 |
| Binary | 10100001 | 111111 | 11011100 | 11011 | 1000111 | 0 | 1110 | 100010101 | 1000101 | 110111 |
Color Harmonies of #A13FDC
Complementary color
Monochromatic Colors of #A13FDC
Black with #A13FDC
Text Example
Text Example
White with #A13FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13FDC; }
p { color: rgb(161,63,220); }
H1.HeaderClassName
{
color: #A13FDC;
}
.AnyTagClassName
{
color: #A13FDC;
}
</style>
background-color css
<style>
a { background-color: #A13FDC; }
a { background-color: rgb(161,63,220); }
div.DivClassName
{
background-color: #A13FDC;
}
.BgClassName
{
background-color: #A13FDC;
}
</style>
border-color css
<style>
span { border-color: #A13FDC; }
span { border-color: rgb(161,63,220); }
td.TdClassName
{
border-color: #A13FDC;
}
.TagClassName
{
border-color: #A13FDC;
}
</style>