Shades of Dark Orchid #A143D1
Tints of Dark Orchid #A143D1
RGB
CMYK
RGB Variations
Color information
#A143D1 (or 0xA143D1) is known color: Dark Orchid. HEX triplet: A1, 43 and D1. RGB value is (161,67,209). Sum of RGB (Red+Green+Blue) = 161+67+209=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 67 (26.56% from 255 or 15.33% from 437); Blue value is 209 (82.03% from 255 or 47.83% from 437); Max value from RGB is 209 - color contains mainly: blue. Hex color #A143D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A143D1 is #5EBC2E. Grayscale: #6E6E6E. Windows color (decimal): -6208559 or 13714337. OLE color: 13714337.
HSL color Cylindrical-coordinate representation of color #A143D1: hue angle of 279.72º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A143D1 is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 67 | 209 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.18 |
| HSL | 279.72º | 0.61% | 0.54% | - |
| HSV(B) | 279.72º | 0.68% | 0.82% | - |
| XYZ | 28.21 | 16.19 | 61.96 | - |
| YUV | 111.29 | 183.14 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 209 | 0.23 | 0.68 | 0 | 0.18 | 279.72 | 0.61 | 0.54 |
| Hex | A1 | 43 | D1 | 17 | 44 | 0 | 12 | 118 | 3D | 36 |
| Octal | 241 | 103 | 321 | 27 | 104 | 0 | 22 | 430 | 75 | 66 |
| Binary | 10100001 | 1000011 | 11010001 | 10111 | 1000100 | 0 | 10010 | 100011000 | 111101 | 110110 |
Color Harmonies of #A143D1
Complementary color
Monochromatic Colors of #A143D1
Black with #A143D1
Text Example
Text Example
White with #A143D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A143D1; }
p { color: rgb(161,67,209); }
H1.HeaderClassName
{
color: #A143D1;
}
.AnyTagClassName
{
color: #A143D1;
}
</style>
background-color css
<style>
a { background-color: #A143D1; }
a { background-color: rgb(161,67,209); }
div.DivClassName
{
background-color: #A143D1;
}
.BgClassName
{
background-color: #A143D1;
}
</style>
border-color css
<style>
span { border-color: #A143D1; }
span { border-color: rgb(161,67,209); }
td.TdClassName
{
border-color: #A143D1;
}
.TagClassName
{
border-color: #A143D1;
}
</style>