Shades of Dark Orchid #A13FCD
Tints of Dark Orchid #A13FCD
RGB
CMYK
RGB Variations
Color information
#A13FCD (or 0xA13FCD) is known color: Dark Orchid. HEX triplet: A1, 3F and CD. RGB value is (161,63,205). Sum of RGB (Red+Green+Blue) = 161+63+205=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 63 (25% from 255 or 14.69% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #A13FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13FCD is #5EC032. Grayscale: #6C6C6C. Windows color (decimal): -6209587 or 13451169. OLE color: 13451169.
HSL color Cylindrical-coordinate representation of color #A13FCD: hue angle of 281.41º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A13FCD is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 63 | 205 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.20 |
| HSL | 281.41º | 0.59% | 0.53% | - |
| HSV(B) | 281.41º | 0.69% | 0.8% | - |
| XYZ | 27.49 | 15.54 | 59.31 | - |
| YUV | 108.49 | 182.47 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 63 | 205 | 0.21 | 0.69 | 0 | 0.20 | 281.41 | 0.59 | 0.53 |
| Hex | A1 | 3F | CD | 15 | 45 | 0 | 14 | 119 | 3B | 35 |
| Octal | 241 | 77 | 315 | 25 | 105 | 0 | 24 | 431 | 73 | 65 |
| Binary | 10100001 | 111111 | 11001101 | 10101 | 1000101 | 0 | 10100 | 100011001 | 111011 | 110101 |
Color Harmonies of #A13FCD
Complementary color
Monochromatic Colors of #A13FCD
Black with #A13FCD
Text Example
Text Example
White with #A13FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13FCD; }
p { color: rgb(161,63,205); }
H1.HeaderClassName
{
color: #A13FCD;
}
.AnyTagClassName
{
color: #A13FCD;
}
</style>
background-color css
<style>
a { background-color: #A13FCD; }
a { background-color: rgb(161,63,205); }
div.DivClassName
{
background-color: #A13FCD;
}
.BgClassName
{
background-color: #A13FCD;
}
</style>
border-color css
<style>
span { border-color: #A13FCD; }
span { border-color: rgb(161,63,205); }
td.TdClassName
{
border-color: #A13FCD;
}
.TagClassName
{
border-color: #A13FCD;
}
</style>