Shades of Dark Orchid #A143D3
Tints of Dark Orchid #A143D3
RGB
CMYK
RGB Variations
Color information
#A143D3 (or 0xA143D3) is known color: Dark Orchid. HEX triplet: A1, 43 and D3. RGB value is (161,67,211). Sum of RGB (Red+Green+Blue) = 161+67+211=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 67 (26.56% from 255 or 15.26% from 439); Blue value is 211 (82.81% from 255 or 48.06% from 439); Max value from RGB is 211 - color contains mainly: blue. Hex color #A143D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A143D3 is #5EBC2C. Grayscale: #6F6F6F. Windows color (decimal): -6208557 or 13845409. OLE color: 13845409.
HSL color Cylindrical-coordinate representation of color #A143D3: hue angle of 279.17º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A143D3 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 67 | 211 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.17 |
| HSL | 279.17º | 0.62% | 0.55% | - |
| HSV(B) | 279.17º | 0.68% | 0.83% | - |
| XYZ | 28.46 | 16.29 | 63.27 | - |
| YUV | 111.52 | 184.14 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 211 | 0.24 | 0.68 | 0 | 0.17 | 279.17 | 0.62 | 0.55 |
| Hex | A1 | 43 | D3 | 18 | 44 | 0 | 11 | 117 | 3E | 37 |
| Octal | 241 | 103 | 323 | 30 | 104 | 0 | 21 | 427 | 76 | 67 |
| Binary | 10100001 | 1000011 | 11010011 | 11000 | 1000100 | 0 | 10001 | 100010111 | 111110 | 110111 |
Color Harmonies of #A143D3
Complementary color
Monochromatic Colors of #A143D3
Black with #A143D3
Text Example
Text Example
White with #A143D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A143D3; }
p { color: rgb(161,67,211); }
H1.HeaderClassName
{
color: #A143D3;
}
.AnyTagClassName
{
color: #A143D3;
}
</style>
background-color css
<style>
a { background-color: #A143D3; }
a { background-color: rgb(161,67,211); }
div.DivClassName
{
background-color: #A143D3;
}
.BgClassName
{
background-color: #A143D3;
}
</style>
border-color css
<style>
span { border-color: #A143D3; }
span { border-color: rgb(161,67,211); }
td.TdClassName
{
border-color: #A143D3;
}
.TagClassName
{
border-color: #A143D3;
}
</style>