Shades of Dark Orchid #A143E3
Tints of Dark Orchid #A143E3
RGB
CMYK
RGB Variations
Color information
#A143E3 (or 0xA143E3) is known color: Dark Orchid. HEX triplet: A1, 43 and E3. RGB value is (161,67,227). Sum of RGB (Red+Green+Blue) = 161+67+227=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 67 (26.56% from 255 or 14.73% from 455); Blue value is 227 (89.06% from 255 or 49.89% from 455); Max value from RGB is 227 - color contains mainly: blue. Hex color #A143E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A143E3 is #5EBC1C. Grayscale: #707070. Windows color (decimal): -6208541 or 14893985. OLE color: 14893985.
HSL color Cylindrical-coordinate representation of color #A143E3: hue angle of 275.25º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A143E3 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 67 | 227 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.11 |
| HSL | 275.25º | 0.74% | 0.58% | - |
| HSV(B) | 275.25º | 0.7% | 0.89% | - |
| XYZ | 30.57 | 17.14 | 74.37 | - |
| YUV | 113.35 | 192.14 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 227 | 0.29 | 0.70 | 0 | 0.11 | 275.25 | 0.74 | 0.58 |
| Hex | A1 | 43 | E3 | 1D | 46 | 0 | B | 113 | 4A | 3A |
| Octal | 241 | 103 | 343 | 35 | 106 | 0 | 13 | 423 | 112 | 72 |
| Binary | 10100001 | 1000011 | 11100011 | 11101 | 1000110 | 0 | 1011 | 100010011 | 1001010 | 111010 |
Color Harmonies of #A143E3
Complementary color
Monochromatic Colors of #A143E3
Black with #A143E3
Text Example
Text Example
White with #A143E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A143E3; }
p { color: rgb(161,67,227); }
H1.HeaderClassName
{
color: #A143E3;
}
.AnyTagClassName
{
color: #A143E3;
}
</style>
background-color css
<style>
a { background-color: #A143E3; }
a { background-color: rgb(161,67,227); }
div.DivClassName
{
background-color: #A143E3;
}
.BgClassName
{
background-color: #A143E3;
}
</style>
border-color css
<style>
span { border-color: #A143E3; }
span { border-color: rgb(161,67,227); }
td.TdClassName
{
border-color: #A143E3;
}
.TagClassName
{
border-color: #A143E3;
}
</style>