Shades of Dark Orchid #A143E0
Tints of Dark Orchid #A143E0
RGB
CMYK
RGB Variations
Color information
#A143E0 (or 0xA143E0) is known color: Dark Orchid. HEX triplet: A1, 43 and E0. RGB value is (161,67,224). Sum of RGB (Red+Green+Blue) = 161+67+224=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 67 (26.56% from 255 or 14.82% from 452); Blue value is 224 (87.89% from 255 or 49.56% from 452); Max value from RGB is 224 - color contains mainly: blue. Hex color #A143E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A143E0 is #5EBC1F. Grayscale: #707070. Windows color (decimal): -6208544 or 14697377. OLE color: 14697377.
HSL color Cylindrical-coordinate representation of color #A143E0: hue angle of 275.92º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A143E0 is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 67 | 224 | - |
| CMYK | 0.28 | 0.70 | 0 | 0.12 |
| HSL | 275.92º | 0.72% | 0.57% | - |
| HSV(B) | 275.92º | 0.7% | 0.88% | - |
| XYZ | 30.16 | 16.97 | 72.21 | - |
| YUV | 113 | 190.64 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 224 | 0.28 | 0.70 | 0 | 0.12 | 275.92 | 0.72 | 0.57 |
| Hex | A1 | 43 | E0 | 1C | 46 | 0 | C | 114 | 48 | 39 |
| Octal | 241 | 103 | 340 | 34 | 106 | 0 | 14 | 424 | 110 | 71 |
| Binary | 10100001 | 1000011 | 11100000 | 11100 | 1000110 | 0 | 1100 | 100010100 | 1001000 | 111001 |
Color Harmonies of #A143E0
Complementary color
Monochromatic Colors of #A143E0
Black with #A143E0
Text Example
Text Example
White with #A143E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A143E0; }
p { color: rgb(161,67,224); }
H1.HeaderClassName
{
color: #A143E0;
}
.AnyTagClassName
{
color: #A143E0;
}
</style>
background-color css
<style>
a { background-color: #A143E0; }
a { background-color: rgb(161,67,224); }
div.DivClassName
{
background-color: #A143E0;
}
.BgClassName
{
background-color: #A143E0;
}
</style>
border-color css
<style>
span { border-color: #A143E0; }
span { border-color: rgb(161,67,224); }
td.TdClassName
{
border-color: #A143E0;
}
.TagClassName
{
border-color: #A143E0;
}
</style>